﻿@charset "UTF-8";
.HO {
  left: 51.5%;
  top: 299px;
}

.CP {
  left: 46.5%;
  top: 332px;
}

.AB {
  left: 53%;
  top: 370px;
}

.NP {
  left: 58.5%;
  top: 321px;
}

.SKW {
  left: 62%;
  top: 340px;
}

.WC {
  left: 55.5%;
  top: 337px;
}

.WD {
  left: 48%;
  top: 303px;
}

.SS {
  left: 48%;
  top: 32px;
}

.YL {
  left: 35%;
  top: 114px;
}

.ST {
  left: 56%;
  top: 157px;
}

.KF {
  left: 46.5%;
  top: 224px;
}

.TKO {
  left: 68.5%;
  top: 307px;
}

.TM {
  left: 27%;
  top: 185px;
}

.TP {
  left: 52%;
  top: 111px;
}

.TW {
  left: 47%;
  top: 192px;
}

.HH {
  left: 55%;
  top: 295px;
}

.KC {
  left: 57.5%;
  top: 242px;
}

.KT {
  left: 62.5%;
  top: 269px;
}

.MF {
  left: 48%;
  top: 240px;
}

.MK {
  left: 53%;
  top: 273px;
}

.SSP {
  left: 53%;
  top: 237px;
}

/*$landing-back-grey:              #F5F5F5;*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  position: relative;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 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;
  font-size: inherit;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ( " attr(href) ")";
  }

  abbr[title]:after {
    content: " ( " attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #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;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

*: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;
  overflow: auto !important;
}

body {
  font-family: "Open Sans", Microsoft JhengHei, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #5a5b5b;
  background-color: #fff;
  min-width: 300px;
  overflow-x: hidden;
  min-height: 700px;
  margin-right: 0 !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .6s;
}
a:hover {
  /*color: $link-hover-color;*/
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.text-default {
  color: #1e7dc3 !important;
  border-bottom: 1px solid #1e7dc3;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  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;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 10.5px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
hr.t-blue {
  border-top: 1px solid #28a5e1;
}
hr.t-deep-blue {
  border-top: 1px solid #1e7dc3;
}
hr.t-white {
  border-top: 1px solid white;
}
hr.t-gray-dark {
  border-top: 1px solid #b4b4b4;
}
hr.t-gold {
  border-top: 1px solid #dcb428;
}
hr.t-greenish-blue {
  border-top: 1px solid #14b4a5;
}
hr.t-orange {
  border-top: 1px solid #f08737;
}
hr.t-violet {
  border-top: 1px solid #6e50af;
}
hr.t-brown {
  border-top: 1px solid #9c5e07;
}
hr.t-gray-light {
  border-top: 1px solid #c0c0c0;
}
hr.t-cyan {
  border-top: 1px solid #63b331;
}
hr.dotted {
  border-style: dotted;
}

.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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  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: #959595;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left  !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #959595;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.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: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #bfbfbf;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul.lower-roman,
ol.lower-roman {
  list-style: lower-roman;
  padding-left: 20px !important;
}
ul.lower-roman > li,
ol.lower-roman > li {
  list-style-type: lower-roman !important;
}
ul.lower-alpha,
ol.lower-alpha {
  list-style: lower-alpha;
  padding-left: 20px !important;
}
ul.lower-alpha > li,
ol.lower-alpha > li {
  list-style-type: lower-alpha !important;
}
ul.decimal,
ol.decimal {
  list-style: decimal;
  padding-left: 20px !important;
}
ul.decimal > li,
ol.decimal > li {
  list-style-type: decimal !important;
}
ul.disc,
ol.disc {
  list-style: disc;
  padding-left: 20px !important;
}
ul.disc > li,
ol.disc > li {
  list-style-type: disc !important;
}
ul.gold-disc,
ol.gold-disc {
  list-style: none;
  padding-left: 20px !important;
}
ul.gold-disc > li,
ol.gold-disc > li {
  text-indent: -.6em;
}
ul.gold-disc > li:before,
ol.gold-disc > li:before {
  content: "● ";
  color: #b99128;
  /* or whatever color you prefer */
  display: inline-block;
}
ul.blue-disc,
ol.blue-disc {
  list-style: none;
  padding-left: 20px !important;
}
ul.blue-disc > li,
ol.blue-disc > li {
  text-indent: -.6em;
}
ul.blue-disc > li:before,
ol.blue-disc > li:before {
  content: "● ";
  color: #28a5e1;
  /* or whatever color you prefer */
  display: inline-block;
}
ul.gold-list li,
ol.gold-list li {
  list-style-type: none;
  background-image: url(../images/chevron/chevron-right-gold.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -4px;
  background-size: 15px 15px;
}
ul.gold-list li > ul li,
ol.gold-list li > ul li {
  background-image: none !important;
  padding-left: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.inline {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

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: 884px) {
  .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 #959595;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #bfbfbf;
}
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: #959595;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bfbfbf;
  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: '\00A0 \2014';
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857;
  white-space: normal;
}

.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: 884px) {
  .container {
    width: 884px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 1030px;
  }
}

.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: 884px) {
  .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: 1030px) {
  .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 {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: separate;
  color: inherit;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #959595;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > 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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #b4b4b4;
  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: 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666666;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666666;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #bfbfbf;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-sm, .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-group-sm input[type="date"],
  input[type="time"].input-sm,
  .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-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .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-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .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, .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .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-group-lg input[type="date"],
  input[type="time"].input-lg,
  .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-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .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-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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, .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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 {
  position: relative;
  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: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg, .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, .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, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .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,
.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;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 34px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .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,
.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;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  min-height: 40px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .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: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .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: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9a9b9b;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.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: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  /*color: $btn-default-color;*/
  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: #fff !important;
  background-color: #28a5e1;
  border-color: #28a5e1;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #1a87bc;
  border-color: #1981b3;
}
.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.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .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.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #28a5e1;
  border-color: #28a5e1;
}
.btn-default .badge {
  color: #28a5e1;
  background-color: #fff;
}

.btn-primary {
  color: #fff !important;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .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.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-light-blue {
  color: #28a5e1 !important;
  background-color: white;
  border-color: #28a5e1;
}
.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue.focus, .btn-light-blue:active, .btn-light-blue.active, .open > .btn-light-blue.dropdown-toggle {
  color: #28a5e1;
  background-color: #e6e6e6;
  border-color: #1981b3;
}
.btn-light-blue:active, .btn-light-blue.active, .open > .btn-light-blue.dropdown-toggle {
  background-image: none;
}
.btn-light-blue.disabled, .btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled.focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled], .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled].focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue.focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
  background-color: white;
  border-color: #28a5e1;
}
.btn-light-blue .badge {
  color: white;
  background-color: #28a5e1;
}
.btn-light-blue.margin-bottom {
  margin-bottom: 5px;
}

.btn-gold {
  color: #b99128 !important;
  background-color: white;
  border-color: #dcb428;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold.focus, .btn-gold:active, .btn-gold.active, .open > .btn-gold.dropdown-toggle {
  color: #b99128;
  background-color: #e6e6e6;
  border-color: #ab8b1c;
}
.btn-gold:active, .btn-gold.active, .open > .btn-gold.dropdown-toggle {
  background-image: none;
}
.btn-gold.disabled, .btn-gold.disabled:hover, .btn-gold.disabled:focus, .btn-gold.disabled.focus, .btn-gold.disabled:active, .btn-gold.disabled.active, .btn-gold[disabled], .btn-gold[disabled]:hover, .btn-gold[disabled]:focus, .btn-gold[disabled].focus, .btn-gold[disabled]:active, .btn-gold[disabled].active, fieldset[disabled] .btn-gold, fieldset[disabled] .btn-gold:hover, fieldset[disabled] .btn-gold:focus, fieldset[disabled] .btn-gold.focus, fieldset[disabled] .btn-gold:active, fieldset[disabled] .btn-gold.active {
  background-color: white;
  border-color: #dcb428;
}
.btn-gold .badge {
  color: white;
  background-color: #b99128;
}

.btn-privilege-gold {
  color: #966e2d !important;
  background-color: #f2ebe1;
  border-color: transparent;
}
.btn-privilege-gold:hover, .btn-privilege-gold:focus, .btn-privilege-gold.focus, .btn-privilege-gold:active, .btn-privilege-gold.active, .open > .btn-privilege-gold.dropdown-toggle {
  color: #966e2d;
  background-color: #e3d3bd;
  border-color: transparent;
}
.btn-privilege-gold:active, .btn-privilege-gold.active, .open > .btn-privilege-gold.dropdown-toggle {
  background-image: none;
}
.btn-privilege-gold.disabled, .btn-privilege-gold.disabled:hover, .btn-privilege-gold.disabled:focus, .btn-privilege-gold.disabled.focus, .btn-privilege-gold.disabled:active, .btn-privilege-gold.disabled.active, .btn-privilege-gold[disabled], .btn-privilege-gold[disabled]:hover, .btn-privilege-gold[disabled]:focus, .btn-privilege-gold[disabled].focus, .btn-privilege-gold[disabled]:active, .btn-privilege-gold[disabled].active, fieldset[disabled] .btn-privilege-gold, fieldset[disabled] .btn-privilege-gold:hover, fieldset[disabled] .btn-privilege-gold:focus, fieldset[disabled] .btn-privilege-gold.focus, fieldset[disabled] .btn-privilege-gold:active, fieldset[disabled] .btn-privilege-gold.active {
  background-color: #f2ebe1;
  border-color: transparent;
}
.btn-privilege-gold .badge {
  color: #f2ebe1;
  background-color: #966e2d;
}

.btn-white {
  color: white !important;
  background-color: transparent;
  border-color: white;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: white;
  background-color: transparent;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: white;
}
.btn-white .badge {
  color: transparent;
  background-color: white;
}

.btn-gray {
  color: #959595 !important;
  background-color: white;
  border-color: white;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
  color: #959595;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
  background-image: none;
}
.btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray.focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray.active {
  background-color: white;
  border-color: white;
}
.btn-gray .badge {
  color: white;
  background-color: #959595;
}

.btn-orange {
  color: #f08737 !important;
  background-color: white;
  border-color: #f08737;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  color: #f08737;
  background-color: #e6e6e6;
  border-color: #d96710;
}
.btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  background-image: none;
}
.btn-orange.disabled, .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled], .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
  background-color: white;
  border-color: #f08737;
}
.btn-orange .badge {
  color: white;
  background-color: #f08737;
}

.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .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.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .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.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 !important;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .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.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .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.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 !important;
  background-color: #ce1f19;
  border-color: #b71c16;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a11813;
  border-color: #811310;
}
.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.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .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.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ce1f19;
  border-color: #b71c16;
}
.btn-warning .badge {
  color: #ce1f19;
  background-color: #fff;
}

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .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.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .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.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: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  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: #959595;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  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%;
}

.btn-ios {
  width: 118px;
  text-align: center;
}

.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  /*width: 0;
  height: 0;*/
  vertical-align: middle;
  /*border-top:   $caret-width-base dashed;
  border-right: $caret-width-base solid transparent;
  border-left:  $caret-width-base solid transparent;
  border-top-style: solid;*/
  background-image: url(/content/images/chevron/chevron-down-grey.png);
  background-repeat: no-repeat;
  background-position: 0 -5px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: 8px 3px auto 2px;
  float: right;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown:hover dropdown-menu {
  display: block;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  /* padding: 5px 0;
   min-width: 160px;*/
  margin: 35px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #f5f5f5;
  /*border: 1px solid $dropdown-fallback-border; // IE8 fallback
  border: 1px solid $dropdown-border;*/
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  width: 160px;
  padding: 7px 15px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #5a5a5a;
  border-bottom: 1px solid white;
  text-align: left;
  background-color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #28a5e1;
  background-color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #959595;
}
.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: 13px;
  line-height: 1.42857;
  color: #959595;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 884px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  list-style: none;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
@media screen and (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    left: -130% !important;
    right: inherit !important;
  }
}
.dropdown-submenu li > a {
  width: 220px;
}
.dropdown-submenu li > a:after {
  content: none;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left .dropdown-menu {
  left: -130%;
  margin-left: -10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu.pull-left .futures-margin {
  margin-top: 35px !important;
}
.dropdown-submenu.pull-left .options-margin {
  margin-top: 70px !important;
}

.nav-tabs li ul li a {
  width: 218px;
  height: 36px;
  background-color: fff;
}

.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: 7px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #bfbfbf;
  /*border: 1px solid $input-group-addon-border-color;*/
  border-radius: 4px;
}
.input-group-addon .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: initial !important;
  min-width: 100px;
}
.input-group-addon .btn.bg-grass {
  border: 1px solid #95bd40;
}
.input-group-addon .btn.bg-blue {
  border: 1px solid #28a5e1;
}
.input-group-addon .btn .dxb-hbc {
  display: none;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  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;
  /*.open > a {
    &,
    &:hover,
    &:focus {
      background-color: $nav-link-hover-bg;
      border-color: $link-color;
    }
  }*/
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li .underline:hover {
  text-decoration: underline;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
  /*letter-spacing: 1px;*/
}
@media (max-width: 1029px) {
  .nav > li > a {
    padding: 5px;
  }
}
.nav > li.disabled > a {
  color: #959595;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #959595;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  	/*padding-bottom:1px;
    border-bottom: 1px solid $nav-tabs-border-color;*/
}
.nav-tabs.tab-blue > li > a {
  background-color: #1e7dc3 !important;
  color: white !important;
}
.nav-tabs.tab-blue > li > a .caret {
  background-image: url(/content/images/chevron/chevron-down-white.png) !important;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #959595;
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  /*border-radius: $border-radius-base;*/
  padding: 10px;
  /*****/
      /*&:hover {
		border-radius: $border-radius-base $border-radius-base 0 0;
        border-color: $nav-tabs-link-hover-border-color $nav-tabs-link-hover-border-color $nav-tabs-border-color;
      }*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #959595;
  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: #337ab7;
}

.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: 60px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 884px) {
  .navbar {
    border-radius: 4px;
  }
}

.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;
  /*&.collapse {
      display: block;
  }*/
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 884px) {
  .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-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-fixed-top {
  min-width: 320px;
}

/*.container,
.container-fluid {
    > .navbar-sm-header,
    > .navbar-collapse {
        @media ( min-width: $grid-float-breakpoint) {
            margin-right: 0;
            margin-left: 0;
        }
    }
}*/
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 884px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  /*position: absolute \9;*/
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 884px) {
  .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: 0 $navbar-padding-horizontal;*/
  font-size: 19px;
  line-height: 21px;
  height: 80px;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  opacity: 1;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 884px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  position: absolute;
  float: left;
  width: 65px;
  padding: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  left: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  background: #b4b4b4;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media (min-width: 884px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
    /*margin: ( $navbar-padding-vertical / 2) ( -$navbar-padding-horizontal);
	top: $navbar-right-from-top;*/
  position: relative;
  /*@media ( max-width: $grid-float-breakpoint-max) {
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
          position: static;
          float: none;
          width: auto;
          margin-top: 0;
          background-color: transparent;
          border: 0;
          box-shadow: none;
          > li > a,
          .dropdown-header {
              padding: 5px 15px 5px 25px;
          }
          > li > a {
              line-height: $line-height-computed;
              &:hover,
              &:focus {
                  background-image: none;
              }
          }
      }
  }*/
}
.navbar-nav > li > a {
  /*padding-top: 10px;
  padding-bottom: $navbar-padding-bottom;*/
  line-height: 21px;
}
@media (min-width: 884px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding: 0;
    /*padding-top: 7px;
    padding-bottom: 7px;
    margin-top: $navbar-menu-margin-top;*/
  }
}

.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: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 883px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 884px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    margin-top: 40px;
  }
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-sm {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 884px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 884px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    text-align: center;
  }
  .navbar-right .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
  /*.navbar-collapse,
  .navbar-form {
      border-color: $navbar-default-border;
  }*/
}
.navbar-default .navbar-brand {
  color: #28a5e1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1a87bc;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav {
  /*> .active > a {
      &:hover,
      &:focus {
          color: $navbar-default-link-active-color;
          background-color: $navbar-default-link-active-bg;
      }
  }
  > .disabled > a {
      &,
      &:hover,
      &:focus {
          color: $navbar-default-link-disabled-color;
          background-color: $navbar-default-link-disabled-bg;
      }
  }*/
}
.navbar-default .navbar-nav > li:first-child > a {
  border-left: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #5a5b5b;
  font-weight: 700;
  text-decoration: none;
  z-index: 1001;
  /*font-size: 16px;*/
  text-align: center;
  border-right: 2px solid #fff;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
}
.navbar-default .navbar-nav > li > a.hover-effect-1:hover {
  color: #dcb428;
  background: url(../../en/images/navbar-hover-1.png) no-repeat;
}
.navbar-default .navbar-nav > li > a.hover-effect-2:hover {
  color: #dcb428;
  background: url(../../en/images/navbar-hover-2.png) no-repeat;
}
.navbar-default .navbar-nav > li > a.hover-effect-3:hover {
  color: #dcb428;
  background: url(../../en/images/navbar-hover-3.png) no-repeat;
}
.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-nav > .open > a.hover-effect-1:hover {
  color: #dcb428;
  background: url(../images/navbar-hover-1.png) no-repeat;
}
.navbar-default .navbar-nav > .open > a.hover-effect-2:hover {
  color: #dcb428;
  background: url(../images/navbar-hover-2.png) no-repeat;
}
.navbar-default .navbar-nav > .open > a.hover-effect-3:hover {
  color: #dcb428;
  background: url(../images/navbar-hover-3.png) no-repeat;
}
@media (max-width: 883px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #28a5e1;
  }
  .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: #eeeeee;
  }
  .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: #28a5e1;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #28a5e1;
}
.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-collapse,
  .navbar-form {
      border-color: darken($navbar-inverse-bg, 7%);
  }*/
}
.navbar-inverse .navbar-brand {
  color: #bbbbbb;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bbbbbb;
}
.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-nav {
  /*> .open > a {
      &,
      &:hover,
      &:focus {
          background-color: $navbar-inverse-link-active-bg;
          color: $navbar-inverse-link-active-color;
      }
  }*/
}
@media (max-width: 883px) {
  .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: #bbbbbb;
  }
  .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: #bbbbbb;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bbbbbb;
}
.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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
    /*@media (min-width: $screen-carousel-max) {
		max-height: $screen-carousel-banner-height;
	}*/
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 1.2s ease-in-out left;
  -o-transition: 1.2s ease-in-out left;
  transition: 1.2s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (min-width: 2340px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
  }
}
@media (max-width: 2339px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    min-width: 2340px;
    height: 370px;
    margin-left: -1300px;
    /*margin-left: -($screen-carousel-banner-width/2);*/
    left: 50%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    min-width: 1390px;
    height: auto;
    margin-left: -820px;
    left: 50%;
    position: relative;
  }
}
.carousel-inner > .item .container {
  position: relative;
}
@media (max-width: 767px) {
  .carousel-inner > .item .container {
    position: initial;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    -moz-transition: -moz-transform 1.2s ease-in-out;
    -o-transition: -o-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-bottom-bar-gold {
  background: #dcb428;
  /* height: 6px;*/
}
.carousel-bottom-bar-gold.full-width {
  width: 100%;
}

.carousel-bottom-bar-blue {
  background: #28a5e1;
  height: 6px;
}

.carousel-bottom-bar-grass {
  background: #95bd40;
  height: 6px;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8%;
  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);
  transition: opacity .6s;
  /*&.left {
      @include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
  }*/
}
@media (max-width: 767px) {
  .carousel-control {
    bottom: 80px;
  }
}
.carousel-control.right {
  left: auto;
  right: 0;
  /*@include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));*/
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev {
  background: transparent url(/content/images/chevron/chevron-carousel-left.png) no-repeat;
  width: 36px;
  height: 56px;
  /* IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='../images/chevron/chevron-carousel-left.png');
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='../images/chevron/chevron-carousel-left.png')";
  /*&:before {
      content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK ( U+2039)
  }*/
}
.carousel-control .icon-next {
  background: transparent url(/content/images/chevron/chevron-carousel-right.png) no-repeat;
  width: 36px;
  height: 56px;
  /* IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='../images/chevron/chevron-carousel-right.png');
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='../images/chevron/chevron-carousel-right.png')";
  /*&:before {
      content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK ( U+203A)
  }*/
}

.carousel-indicators {
  position: absolute;
  z-index: 15;
  list-style: none;
  bottom: 0;
}
@media (max-width: 767px) {
  .carousel-indicators {
    position: relative;
    top: 3px;
    left: 15px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  .carousel-indicators {
    width: 768px;
    margin-left: -384px;
    left: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 884px) and (max-width: 1029px) {
  .carousel-indicators {
    width: 884px;
    margin-left: -442px;
    left: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1030px) {
  .carousel-indicators {
    width: 1030px;
    margin-left: -515px;
    left: 50%;
    padding: 0 15px;
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 5px 8px;
  text-indent: -999px;
  color: #b4b4b4;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #b4b4b4;
}
.carousel-indicators li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .carousel-indicators li {
    margin: 5px 10px;
  }
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #dcb428;
}

.carousel-caption {
  background: #f0f0f0;
  position: absolute;
  top: -300px;
  display: block;
  z-index: 10;
  padding: 0;
  color: #5a5a5a;
  text-align: left;
  cursor: default;
  opacity: .8;
  filter: alpha(opacity=90);
  transition: opacity 1s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.carousel-caption:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .carousel-caption {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    /*top:280px;
    left: 0;*/
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    width: 330px;
  }
}
.carousel-caption.btn {
  text-shadow: none;
}
.carousel-caption h3 {
  margin: 20px 15px 8px;
  line-height: 30px;
  color: #1e7dc3;
  font-weight: normal;
}
@media (min-width: 884px) {
  .carousel-caption h3 {
    margin: 20px 20px 15px;
  }
}
.carousel-caption hr {
  margin: 15px 20px 0;
}
.carousel-caption p {
  margin: 10px 15px;
  letter-spacing: 1px;
  text-align: initial !important;
}
@media (min-width: 884px) {
  .carousel-caption p {
    margin: 10px 20px;
  }
}
.carousel-caption a {
  padding: 8px 20px;
  margin: 8px 15px 20px;
  /*width: 100%;
  @include border-bottom-radius(4px); */
  float: left;
  font-size: 12px;
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
}
@media (max-width: 767px) {
  .carousel-caption a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 884px) {
  .carousel-caption a {
    margin: 10px 20px 20px;
  }
}
.carousel-caption a:hover, .carousel-caption a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: 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: 36px;
    height: 56px;
    margin-top: -15px;
    font-size: 30px;
    background-size: 30px 50px;
  }
  .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 {
      padding-bottom: 30px;
  }*/
  /*.carousel-indicators {
      bottom: 20px;
  }*/
}
.jumbotron {
  /*padding: $jumbotron-padding ( $jumbotron-padding / 2);
  margin-bottom: $jumbotron-padding;*/
  color: inherit;
  background-color: white;
}
@media (max-width: 883px) {
  .jumbotron {
    padding-top: 90px;
  }
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 10.5px;
  /*margin-bottom: ( $jumbotron-padding / 2);*/
  /*font-size: $jumbotron-font-size;
  font-weight: 200;*/
}
.jumbotron > hr {
  border-top-color: #e6e6e6;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 884px) {
  .jumbotron {
    padding-top: 115px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border-top: 1px solid #c0c0c0;
  padding-top: 20px;
  /*border: 1px solid transparent;
  border-radius: $panel-border-radius;
  @include box-shadow(0 1px 1px rgba(0,0,0,.05));*/
}
.panel a:hover, .panel a:focus {
  text-decoration: none;
}

.panel-body {
  padding: 15px 0;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body ul, .panel-body ol {
  padding-left: 0px;
}
.panel-body ul li, .panel-body ol li {
  color: inherit;
  list-style: none;
 /*&:before {
		color: $brand-blue;
		content: "\2022"; 
		font-size: 24px; 
		padding-right: $grid-gutter-width/2; 
		position: relative;
		top: 2px;
	}*/
}

.panel-heading {
  /*padding: $panel-heading-padding;*/
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.panel-heading h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 700;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  /*color: $brand-blue;*/
}
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title .glyphicon {
  /*float: right;*/
  font-size: 24px;
  font-weight: bold;
  color: #b4b4b4;
}

.panel-footer {
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px 0;
  padding-right: 15px 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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table: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,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table: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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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: #b4b4b4;
  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: #b4b4b4;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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;
}

.close {
  float: right;
  font-size: 22.5px;
  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;
  padding-right: 0 !important;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #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: 700px;
    margin: 30px auto;
  }

  .modal-dialog-width {
    width: 900px !important;
  }

  .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: 884px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Microsoft JhengHei, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px 15px;
  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: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block !important;
  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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }

  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: 883px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 883px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 883px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 884px) and (max-width: 1029px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 884px) and (max-width: 1029px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 884px) and (max-width: 1029px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 884px) and (max-width: 1029px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1030px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1030px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1030px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1030px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 884px) and (max-width: 1029px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1030px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  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;
  }
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

/* chevron */
.arrow-right, .arrow-left, .arrow-down, .arrow-up {
  border: 1px solid white;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-left {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-down {
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -o-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.arrow-up {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.arrow-blue {
  border-color: #1e7dc3 !important;
}

.arrow-gold, .arrow-gold1 {
  border-color: #b99128 !important;
}

.arrow-cyan {
  border-color: #63b331 !important;
}

.arrow-white, .arrow-white1, .arrow-white2 {
  border-color: white !important;
}

.arrow-grey {
  border-color: #666666 !important;
}

.arrow-small {
  width: 10px !important;
  height: 10px !important;
}

.arrow-big {
  width: 30px !important;
  height: 30px !important;
}

.chevron {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.chevron.chevron-big {
  background-size: 23px 23px !important;
  width: 23px;
  height: 23px;
}
.chevron.chevron-small {
  background-size: 16px 16px !important;
  width: 16px;
  height: 16px;
}
.chevron.chevron-down-blue {
  background: url(/content/images/chevron/chevron-down-blue.png);
}
.chevron.chevron-down-gold {
  background: url(/content/images/chevron/chevron-down-gold.png);
}
.chevron.chevron-down-grey {
  background: url(/content/images/chevron/chevron-down-grey.png);
}
.chevron.chevron-down-violet {
  background: url(/content/images/chevron/chevron-down-violet.png);
}
.chevron.chevron-down-white {
  background: url(/content/images/chevron/chevron-down-white.png);
}
.chevron.chevron-down-white-b {
  background: url(/content/images/chevron/chevron-down-white-b.png);
}
.chevron.chevron-down-orange {
  background: url(/content/images/chevron/chevron-down-orange.png);
}
.chevron.chevron-down-greenish-blue {
  background: url(/content/images/chevron/chevron-down-greenish-blue.png);
}
.chevron.chevron-down-brown {
  background: url(/content/images/chevron/chevron-down-brown.png);
}
.chevron.chevron-down-cyan {
  background: url(/content/images/chevron/chevron-down-cyan.png);
}
.chevron.chevron-right-white {
  background: url(/content/images/chevron/chevron-right-white.png);
}
.chevron.chevron-right-blue {
  background: url(/content/images/chevron/chevron-right-blue.png);
}
.chevron.chevron-right-deeper-blue {
  background: url(/content/images/chevron/chevron-right-deeper-blue.png);
}
.chevron.chevron-right-cyan {
  background: url(/content/images/chevron/chevron-right-cyan.png);
}
.chevron.chevron-right-gray-darker {
  background: url(/content/images/chevron/chevron-right-gray-darker.png);
}
.chevron.chevron-left-gray-darker {
  background: url(/content/images/chevron/chevron-left-gray-darker.png);
}
.chevron.chevron-right-grey {
  background: url(/content/images/chevron/chevron-right-grey.png);
}
.chevron.chevron-right-gold {
  background: url(/content/images/chevron/chevron-right-gold.png);
}
.chevron.chevron-right-orange {
  background: url(/content/images/chevron/chevron-right-orange.png);
}
.chevron.chevron-up-blue {
  background: url(/content/images/chevron/chevron-up-blue.png);
}
.chevron.chevron-top-white {
  background: url(/content/images/chevron/chevron-top-white.png);
}

.chevron-btn {
  background-repeat: no-repeat;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
}
.chevron-btn.chevron-left-btn-blue {
  background: url(/content/images/chevron/chevron-left-btn-blue.png);
}
.chevron-btn.chevron-right-btn-blue {
  background: url(/content/images/chevron/chevron-right-btn-blue.png);
}

.chevron-right {
  float: right;
  margin-right: 8px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .chevron-right {
    margin-right: 0;
    margin-left: 3px;
  }
}

.chevron-on-right {
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}

/* navbar */
.navbar-on-top {
  position: relative;
  z-index: 1003;
  background: white;
  width: 100%;
  font-size: 13px;
  /* top right menu */
}
.navbar-on-top .container {
  position: relative;
}
.navbar-on-top .container .top-right {
  /*position: absolute;
  right: 15px;
  margin-top: -24px;
  top: 50%;*/
  position: absolute;
  right: 187px;
}
.navbar-on-top a {
  text-decoration: none;
  float: left;
  color: #5a5a5a;
  text-align: center;
}
.navbar-on-top a.btn {
  font-size: 13px;
}
.navbar-on-top .chief-logo img {
  height: 38px;
  margin: 21px 0;
  border: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE6 & 7 */
  zoom: 1;
}
.navbar-on-top span.slogan {
  color: #004ea2;
  padding-top: 32px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  float: left;
  letter-spacing: 2px;
}
@media (max-width: 1029px) {
  .navbar-on-top span.slogan {
    padding-left: 15px;
    font-size: 14px;
  }
}
.navbar-on-top .top-right-link {
  float: left;
  margin-top: 22px;
  width: 17px;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link {
    display: none !important;
  }
}
@media (min-width: 884px) {
  .navbar-on-top .top-right-link {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-left: $top-right-menu-padding;*/
    padding-left: 12px \9;
    padding-right: 12px \9;
    width: auto;
  }
}
.navbar-on-top .top-right-link span.login-icon {
  display: none;
}
@media (max-width: 479px) {
  .navbar-on-top .top-right-link span.login-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/Content/images/icon/nav-icon-login.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
  }
  .navbar-on-top .top-right-link span.login-icon.open {
    background-image: url(/Content/images/icon/nav-icon-close.png);
    background-size: 20px 20px;
  }
}
.navbar-on-top .top-right-link > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  white-space: normal;
}
.navbar-on-top .top-right-link > a.login {
  padding: 5px;
}
.navbar-on-top .top-right-link > a img {
  display: inline-block;
  margin-top: 0;
  width: 20px;
}
@media (max-width: 479px) {
  .navbar-on-top .top-right-link > a img {
    display: none;
  }
}
.navbar-on-top .top-right-link .panel {
  border-top: none;
  margin-bottom: 0;
  padding-top: 0;
}
.navbar-on-top .top-right-link .dropdown-menu {
  z-index: 1002;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .navbar-on-top .top-right-link .dropdown-menu {
    right: 5px;
    left: auto;
  }
}
.navbar-on-top .top-right-link .dropdown-menu.suit-right {
  right: 0;
  left: auto;
}
.navbar-on-top .top-right-link.top-right-login {
  margin-top: 25px;
  padding-right: 0;
  float: right !important;
}
@media (min-width: 884px) {
  .navbar-on-top .top-right-link.top-right-login:hover .navbar-login-menu {
    height: 405px;
  }
  .navbar-on-top .top-right-link.top-right-login:hover .navbar-login-menu.element.style {
    background-color: red;
  }
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 80px;
  height: 0px;
  font-size: 15px;
  width: 100%;
  z-index: 1001;
  background-color: #2855a0;
  transition: linear 0.3s;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu {
    top: 90px;
  }
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu.open {
    height: 405px;
  }
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu.close {
  height: 0px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container {
  padding-top: 40px;
  padding-bottom: 30px;
  max-height: 400px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container .btn-close {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 13px;
  cursor: pointer;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container .btn-close {
    display: none;
  }
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container {
    padding-top: 20px;
  }
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container p {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #d5bd7e;
  padding: 0px;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container p {
    display: inline-block;
    margin-right: 5px;
  }
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table {
  width: auto;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table.mobile-login {
  width: 100%;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table.mobile-login h4 {
  font-size: 15px;
  margin-bottom: 0px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table.mobile-login tr td {
  width: auto;
  padding-right: 0px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table.mobile-login tr td:nth-child(2) {
  float: right;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table.mobile-login hr {
  border-top-color: #cad5e5;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr.bg-white > td {
  padding: 8px 20px;
  vertical-align: middle;
  background-color: white;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td {
  width: auto;
  color: white;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a {
  text-decoration: none;
  display: inline-block;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a.btn-download {
  color: #2855a0;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 7px;
  margin-bottom: 3px;
  font-size: 14px;
  background-color: #edede6;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a.btn-download {
    float: right;
  }
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a.btn-more {
  color: white;
  padding-bottom: 10px;
}
.navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a.btn-login {
  color: white;
  background-color: #2855a0;
  padding: 6px 22px;
}
@media (max-width: 1029px) {
  .navbar-on-top .top-right-link.top-right-login .navbar-login-menu .overflow-container .container table tr td > a.btn-login {
    padding: 6px 16px;
  }
}
.navbar-on-top .top-right-link.top-right-login:hover {
  border-bottom: 22px solid transparent;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login {
    margin-top: 44px;
    right: 0;
    display: block !important;
    width: initial;
  }
}
@media (max-width: 320px) {
  .navbar-on-top .top-right-link.top-right-login {
    position: absolute;
  }
}
@media (min-width: 321px) and (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login {
    position: fixed;
  }
}
.navbar-on-top .top-right-link.top-right-login > a {
  width: 110px;
  color: white;
}
@media (max-width: 479px) {
  .navbar-on-top .top-right-link.top-right-login > a {
    width: auto;
  }
}
.navbar-on-top .top-right-link.top-right-login > a.more-app {
  width: 130px;
}
.navbar-on-top .top-right-link.top-right-login > a.banner-btn {
  width: 100%;
  padding: 0;
  float: none;
}
.navbar-on-top .top-right-link.top-right-login > a .login-text {
  /*font-size: 18px;
  top: 3px;
  position: relative;*/
  /*@media (min-width: $screen-xs-min) and (max-width: $grid-float-breakpoint-max) {
      font-size: 15px;
  }*/
}
@media (max-width: 479px) {
  .navbar-on-top .top-right-link.top-right-login > a .login-text {
    display: none;
  }
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu {
    width: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
  }
}
@media (min-width: 884px) and (max-width: 1029px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu {
    width: 854px;
  }
}
@media (min-width: 1030px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu {
    width: 1000px;
  }
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .heading-column {
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu .heading-column {
    color: white;
  }
}
@media (min-width: 884px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu .heading-column.bg-blue-gradient {
    background: white !important;
    color: #1e7dc3;
    border: 1px solid #1e7dc3;
  }
}
@media (min-width: 884px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu .heading-column.bg-gold-gradient {
    background: white !important;
    color: #b99128;
    border: 1px solid #b99128;
  }
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td {
  text-align: left;
  vertical-align: top;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td:last-child {
  width: 95px;
  vertical-align: top;
  padding-right: 15px;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td:first-child {
  width: 40px;
  vertical-align: top;
  padding-left: 15px;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td .table-fluid-icon {
  background-size: 35px 30px;
  width: 35px;
  height: 30px;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  width: 100%;
  font-size: 15px;
  min-width: initial;
  text-align: center;
}
@media (max-width: 883px) {
  .navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td .btn {
    margin-bottom: 3px;
  }
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td .btn:hover {
  opacity: .9;
  transition: all .5s;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .no-padding td a {
  padding: 5px 0 0 0;
  text-align: left;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .image-box {
  background: white;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .heading {
  padding: 8px 15px;
  width: 100%;
}
.navbar-on-top .top-right-link.top-right-login .dropdown-menu .btn > a {
  width: 100%;
  text-align: center !important;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log {
  margin: 0 !important;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel + .panel {
  margin-top: 0;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel {
  width: 200px;
  float: left;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel a {
  color: #5a5a5a;
  padding: 7px 20px !important;
  font-size: 15px;
  width: 200px;
  text-align: left !important;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel a:hover {
  color: #28a5e1;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel-body {
  margin-top: 35px;
  background-color: #f0f0f0;
  padding: 0px !important;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel-body a {
  color: #5a5a5a;
  width: 200px;
  text-align: left !important;
  padding: 7px 20px !important;
}
.navbar-on-top .top-right-link.top-right-login .panel-group-log .panel-body a:hover {
  color: #28a5e1;
}

.navbar-on-top-xs {
  background: #f0f0f0;
  width: 100%;
  display: inline-block;
}
.navbar-on-top-xs ul {
  margin: 5px 10px 5px 0;
  float: right;
}
.navbar-on-top-xs ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.navbar-on-top-xs ul li a {
  color: #959595;
  font-weight: 700;
}

#navbar-xs {
  z-index: 1002;
  position: relative;
}
@media (min-width: 884px) {
  #navbar-xs {
    display: none;
  }
}
#navbar-xs .navbar-xs-header {
  background: white;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 40px;
  z-index: 1001;
  margin-top: -6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
@media (min-width: 884px) {
  #navbar-xs .navbar-xs-header {
    display: none;
  }
}
#navbar-xs .navbar-xs-header .chief-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -91px;
}
#navbar-xs .navbar-xs-header .chief-logo img {
  height: 30px;
  width: 182px;
  border: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE6 & 7 */
  zoom: 1;
}
@media (min-width: 884px) {
  #navbar-xs nav {
    display: none;
  }
}

#navbar-sm {
  z-index: 1000;
  background: #f0f0f0;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  /*.chief-logo {
              display: block;
              float: left;
              position: relative;			
  
  			@media (max-width: $screen-md-max) {
  				margin-top: 36px;
  				margin-bottom: 14px;
  
  				img {
  					height: $logo-height-xs;
  					width: $logo-width-xs;
  				}				
  			}
  
  			@media (min-width: $screen-lg-min) {
  				margin-top: 31px;
  				margin-bottom: 16px;
  
  				img {
  				height: $logo-height-sm;
  				width: $logo-width-sm;
  				}			
  			}			
          }
  		.chief-logo {
          background-image: $chief-logo;
          background-repeat: no-repeat;
          background-size: $logo-width-sm $logo-height-sm;
          margin-top: 31px;
          margin-bottom: 16px;
          
          @include size($logo-width-sm, $logo-height-sm);
          float: left;
          position: relative;
          display: inline;
          filter: 0;
          @media (max-width: $screen-md-max) {
              background-image: $xs-chief-logo;
              width: $logo-width-xs;
              background-size: $logo-width-xs $logo-height-xs;
          }
      }*/
}
@media (max-width: 883px) {
  #navbar-sm {
    display: none;
  }
}
#navbar-sm .right-links {
  width: 100%;
  display: inline;
  float: right;
  position: relative;
}
#navbar-sm .right-links ul {
  -webkit-padding-start: 0;
}
#navbar-sm .right-links .dropdown {
  position: static;
}
#navbar-sm .right-links .dropdown .right-links-title {
  /* align center */
  padding-top: 5px;
  padding-bottom: 5px;
}
#navbar-sm .right-links .dropdown .border-bottom {
  height: 4px;
  width: 100%;
}
#navbar-sm .right-links .dropdown .border-bottom.border-deep-blue {
  background: #28a5e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #28a5e1 0%, #00479d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #28a5e1 0%, #00479d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #28a5e1 0%, #00479d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5e1', endColorstr='#00479d',GradientType=1 );
  /* IE6-9 */
}
#navbar-sm .right-links .dropdown .border-bottom.border-blue {
  background: #28a5e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #28a5e1 0%, #1e7dc3 110%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #28a5e1 0%, #1e7dc3 110%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #28a5e1 0%, #1e7dc3 110%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5e1', endColorstr='#1e7dc3',GradientType=1 );
  /* IE6-9 */
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu {
  z-index: -1;
  padding: 0;
  /* top: $main-menu-dropdown-top;*/
}
@media screen and (max-width: 1029px) {
  #navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu {
    width: 854px;
  }
}
@media screen and (min-width: 1030px) {
  #navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu {
    width: 1000px;
  }
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td {
  padding: 20px 18px 8px;
  border-right: 1px solid white;
  vertical-align: top;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td.high-light {
  background: #28a5e1;
  padding: 8px 18px 22px !important;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td.high-light a {
  width: 48%;
  margin-bottom: 15px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td.high-light a.btn {
  padding-left: 4px;
  padding-right: 4px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td.high-light h6 {
  margin-top: 8px;
  display: inherit;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td > a {
  text-decoration: none;
  color: #28a5e1;
  font-weight: 700;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td img.suit-top {
  margin-top: -3px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td img.pull-left {
  margin-right: 12px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li {
  text-align: left;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td .facebook-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-left: -18px;
  margin-right: -18px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td .facebook-box .facebook-caption {
  padding-left: 18px;
  padding-right: 18px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td .facebook-box .facebook-caption hr {
  margin-top: 0;
  margin-bottom: 15px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td hr.suit {
  margin-top: 20px;
  margin-bottom: 15px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li {
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  list-style-image: url(/content/images/chevron/chevron-right-grey-menu.png);
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li:hover {
  list-style-image: url(/content/images/chevron/chevron-right-deeper-blue-menu.png);
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li.suit-bottom {
  padding-bottom: 10px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li > a {
  color: #5a5b5b;
  text-decoration: none;
  position: relative;
  top: -3px;
}
#navbar-sm .right-links .dropdown.dropdown-open .dropdown-menu td ul > li > a:hover {
  color: #1e7dc3;
}
#navbar-sm .container {
  position: relative;
}

.latest-news {
  margin-top: 13px;
}
.latest-news .left-column,
.latest-news .middle-column,
.latest-news .right-column {
  padding-top: 8px;
  padding-bottom: 8px;
}
.latest-news .left-column {
  padding-right: 10px;
        /* @media screen and (min-width: $screen-lg-min) {
            border-right: solid 1px $brand-deep-gold;
        }
		*/
}
@media screen and (min-width: 1030px) {
  .latest-news .middle-column {
    padding-left: 10px;
  }
}
.latest-news .right-column .carousel-control {
  width: auto;
  top: 4px;
}
.latest-news .right-column .carousel-control .chevron {
  width: 30px;
  height: 30px;
}
.latest-news .right-column .carousel-control .chevron-news-left-gold {
  background: url(/content/images/chevron/chevron-news-left-gold.png);
  background-size: 30px;
}
.latest-news .right-column .carousel-control .chevron-news-right-gold {
  background: url(/content/images/chevron/chevron-news-right-gold.png);
  background-size: 30px;
}
.latest-news .right-column > .left {
  left: 15px;
}
@media screen and (max-width: 1029px) {
  .latest-news .right-column > .left {
    left: auto;
    right: 35PX;
  }
}

/* promotion - feature boxes */
.feature-box {
  float: left;
}
@media (max-width: 767px) {
  .feature-box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .feature-box {
    width: 50%;
  }
}
@media (min-width: 1030px) {
  .feature-box {
    width: 33.3%;
  }
}
.feature-box a:hover, .feature-box a:focus {
  text-decoration: none;
}
.feature-box .feature-box-inner {
  width: 320px;
  height: 250px;
  position: relative;
  box-shadow: 0px 0px 5px #c0c0c0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 369px) {
  .feature-box .feature-box-inner {
    width: 100%;
  }
  .feature-box .feature-box-inner.variable-height {
    height: auto;
  }
}
.feature-box .feature-box-inner img {
  width: 320px;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 369px) {
  .feature-box .feature-box-inner img {
    width: 100%;
  }
}
.feature-box .feature-box-inner a:hover, .feature-box .feature-box-inner a:focus {
  text-decoration: none;
}
.feature-box .feature-box-inner .feature-more {
  position: relative;
  bottom: 30px;
  font-size: 13px;
}
.feature-box .feature-box-inner .feature-more.pull-left {
  left: 15px;
}
.feature-box .feature-box-inner .feature-more.pull-right {
  right: 15px;
}
.feature-box .feature-box-inner .feature-more.centered {
  float: left;
  margin-left: 110px;
}
.feature-box .feature-box-inner .feature-more.bottomed {
  bottom: -8px;
}

@media (max-width: 767px) {
  .company-info {
    text-align: center;
  }
}

/* social-icon */
.social-icon {
  float: right;
  margin-top: 6px;
}
.social-icon a {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .social-icon {
    float: left;
    padding-top: 15px;
    left: 50%;
    position: relative;
    margin-left: -135px;
  }
}

/* footer */
.footer .copyright {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .copyright a {
  color: #666666;
}
.footer .copyright a:hover {
  color: #1e7dc3;
}
.footer .copyright .righted {
  float: right;
}
@media (max-width: 767px) {
  .footer .copyright .righted {
    float: left;
  }
}

/*contact-footer - revamp*/
.contact-footer {
  display: block;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .contact-footer {
    text-align: center;
  }
}
.contact-footer h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-footer h5 {
    margin-bottom: 0px;
  }
}
.contact-footer .social-icons {
  margin-top: 8px;
  float: right;
  position: relative;
}
.contact-footer .social-icons > a {
  color: #5a5a5a;
}
.contact-footer .social-icons > a:hover {
  opacity: 1.0;
}
@media (max-width: 767px) {
  .contact-footer .social-icons {
    float: none;
  }
}
.contact-footer .social-icons #wechat-share {
  position: relative;
}
.contact-footer .social-icons #wechat-share .share-popover-container {
  z-index: 99;
  width: 200px;
  height: 230px;
  text-align: center;
  position: absolute;
  top: -258px;
  left: -85px;
  display: none;
}
@media (max-width: 883px) {
  .contact-footer .social-icons #wechat-share .share-popover-container {
    width: 150px;
    left: -65px;
  }
}
.contact-footer .social-icons #wechat-share .share-popover-container:before {
  content: '';
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #aaaaaa transparent transparent transparent;
  left: 45%;
  position: absolute;
  bottom: -10px;
  transition: 0.3s linear;
}
.contact-footer .social-icons #wechat-share .share-popover-container .popover {
  width: 100%;
  cursor: text;
  background-color: #aaaaaa !important;
  bottom: 0px;
  position: absolute;
  padding: 8px;
  color: white;
}
@media (max-width: 883px) {
  .contact-footer .social-icons #wechat-share .share-popover-container .popover {
    bottom: 30px;
  }
}
.contact-footer .social-icons #wechat-share .share-popover-container .popover img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 883px) {
  .contact-footer .social-icons #wechat-share .share-popover-container .popover img {
    display: none;
  }
}
.contact-footer .social-icons #wechat-share .share-popover-container .popover span {
  margin-top: 5px;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  color: #b99128;
}
.contact-footer .social-icons #wechat-share .share-popover-container .btn-copy {
  width: 100%;
  height: 35px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding: 7px;
}
.contact-footer .social-icons .btn-share {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: 0 0;
  background-size: 100% auto;
}
.contact-footer .social-icons .btn-share:hover {
  background-position: 0 -35px;
}
.contact-footer .social-icons .share-wechat {
  background-image: url(/content/images/wealth/share-buttons/icon-share-wechat.png);
  /*&:hover{
      ~.share-popover{
          opacity: 1.0;
      }
  }*/
}
.contact-footer .social-icons .share-facebook {
  background-image: url(/content/images/wealth/share-buttons/icon-share-fb.png);
}
.contact-footer .social-icons .share-youtube {
  background-image: url(/content/images/wealth/share-buttons/icon-share-youtube.png);
}
.contact-footer .social-icons .share-apple {
  background-image: url(/content/images/wealth/share-buttons/icon-share-apple.png);
}
.contact-footer .social-icons .share-android {
  background-image: url(/content/images/wealth/share-buttons/icon-share-android.png);
}

/* inner page */
.sub-nav {
  padding-top: 10px;
  background-color: white;
}
@media (min-width: 1000px) {
  .sub-nav {
    width: 1000px;
  }
}
@media (max-width: 999px) {
  .sub-nav {
    width: 100%;
  }
}
.sub-nav.sub-nav-fixed {
  top: 115px;
  position: fixed !important;
  z-index: 100;
}
@media (max-width: 883px) {
  .sub-nav.sub-nav-fixed {
    top: 95px;
  }
}
.sub-nav a {
  padding: 0px 5px;
  color: #5a5b5b;
}
.sub-nav a:hover {
  text-decoration: none;
}
.sub-nav a:hover, .sub-nav a:focus {
  color: #28a5e1;
  text-decoration: none;
}
.sub-nav hr {
  border-top: 1px solid #b4b4b4;
}

.sticky {
  position: fixed;
  top: 115px;
  z-index: 5;
}
@media (max-width: 1000px) {
  .sticky {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sticky {
    top: 95px;
  }
}

.page-title {
  margin-top: 15px;
  padding: 10px 18px;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.page-title.bg-gold {
  color: white;
}

/* table-fluid */
.table-fluid-icon {
  position: relative;
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.table-fluid-icon.icon-pro {
  background-image: url(/content/images/icon/toptrader/platform-toptrader-pro-icon.png);
}
.table-fluid-icon.icon-lite {
  background-image: url(/content/images/icon/toptrader/platform-toptrader-lite-icon.png);
}
.table-fluid-icon.icon-online {
  background-image: url(/content/images/icon/toptrader/platform-toptrader-online-icon.png);
}
.table-fluid-icon.icon-web {
  background-image: url(/content/images/icon/toptrader/platform-toptrader-web-icon.png);
}
.table-fluid-icon.icon-speed {
  background-image: url(/content/images/platform-app-sp.png);
}
.table-fluid-icon.icon-sp-trader-pro {
  background-image: url(/content/images/platform-app-sptrader-pro.png);
}
.table-fluid-icon.icon-chiefeasy {
  background-image: url(/content/images/service-chiefeasy.png);
}
.table-fluid-icon.icon-cas {
  background-image: url(/content/images/service-cas.png);
}
.table-fluid-icon.icon-chiefeasy-app {
  background-image: url(/content/images/service-chiefeasy-app.png);
}
.table-fluid-icon.icon-mh-app {
  background-image: url(/content/images/platform-app-mh.png);
}
.table-fluid-icon.icon-speed-app {
  background-image: url(/content/images/platform-app-speed.png);
}
.table-fluid-icon.icon-mh-sec-app {
  background-image: url(/content/images/platform-app-sec-mh.png);
}
.table-fluid-icon.icon-aastock-app {
  background-image: url(/content/images/platform-app-aastock.png);
}
.table-fluid-icon.icon-dl-chief {
  background-image: url(/content/images/service-chiefeasy.png);
}
.table-fluid-icon.icon-dl-toptrader {
  background-image: url(/content/images/platform-toptrader.png);
}
.table-fluid-icon.icon-dl-toptrader-pro {
  background-image: url(/content/images/platform-toptrader-pro.png);
}
.table-fluid-icon.icon-dl-sp-trader {
  background-image: url(/content/images/download-sptrader.png);
}
.table-fluid-icon.icon-dl-speed {
  background-image: url(/content/images/download-speed.png);
}
.table-fluid-icon.icon-dl-java {
  background-image: url(/content/images/download-java.png);
}
.table-fluid-icon.icon-dl-silverlight {
  background-image: url(/content/images/download-Silverlight.png);
}
.table-fluid-icon.icon-dl-VirtualMachine {
  background-image: url(/content/images/download-VirtualMachine.png);
}
.table-fluid-icon.icon-dl-reader {
  background-image: url(/content/images/download-AdobeReader.png);
}
.table-fluid-icon.icon-dl-firefox {
  background-image: url(/content/images/download-firefox.png);
}
.table-fluid-icon.login-download-pro {
  background-image: url(/content/images/icon/login-dl-pro.png);
}
.table-fluid-icon.login-download-web {
  background-image: url(/content/images/icon/login-dl-web.png);
}
.table-fluid-icon.login-download-online {
  background-image: url(/content/images/icon/login-dl-online.png);
}
.table-fluid-icon.login-download-lite {
  background-image: url(/content/images/icon/login-dl-lite.png);
}
.table-fluid-icon.login-download-app {
  background-image: url(/content/images/icon/login-dl-app.png);
}
.table-fluid-icon.login-download-mh {
  background-image: url(/content/images/icon/login-dl-mh.png);
}
.table-fluid-icon.login-download-aa {
  background-image: url(/content/images/icon/login-dl-aa.png);
}
.table-fluid-icon.login-download-speed {
  background-image: url(/content/images/icon/login-dl-speed.png);
}
.table-fluid-icon.login-download-sptrader {
  background-image: url(/content/images/icon/login-dl-sptrader.png);
}

.table-fluid-app .panel-heading .small-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.table-fluid-app .panel-heading .small-rounded img {
  width: 35px;
  padding: 5px;
  margin: 0 auto;
  display: block;
}
.table-fluid-app .panel-heading .vertical-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-fluid-app .panel-body img {
  /*@include square(auto);*/
}
.table-fluid-app .panel-body img.intro {
  width: 100%;
  max-width: 320px;
  /*max-height: 236px;*/
  margin: auto;
  border-radius: 4px;
}
.table-fluid-app .panel-body .download {
  width: auto;
  margin: 3px 10px;
  cursor: auto;
}
.table-fluid-app .panel-body .download:hover {
  border-color: white;
}
.table-fluid-app .panel-body .download-updated {
  width: auto;
  margin: 3px 6px;
  cursor: auto;
}
.table-fluid-app .panel-body .download-updated:hover {
  border-color: white;
}
.table-fluid-app .panel-body .border-bottom-gray .chevron {
  margin-top: 6px;
}
.table-fluid-app .table-fluid-btn.btn {
  width: 48%;
  height: 35px;
  border: 1px solid #28a5e1;
  color: #28a5e1;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  /*@include border-radius($border-radius-base);*/
}
.table-fluid-app .table-fluid-btn.width {
  width: 100% !important;
}
.table-fluid-app .table-fluid-btn.margin-right {
  margin-right: 10px;
}
.table-fluid-app .top-trader-comparison {
  border-bottom: 2px solid #b4b4b4;
}
.table-fluid-app .top-trader-comparison td, .table-fluid-app .top-trader-comparison th {
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
}
.table-fluid-app .top-trader-comparison td {
  border-left: 1px solid #b4b4b4;
  padding: 7px 5px 6px;
}
@media (min-width: 768px) {
  .table-fluid-app .top-trader-comparison td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.table-fluid-app .top-trader-comparison td.t-white {
  color: white !important;
}
.table-fluid-app .top-trader-comparison td:first-child {
  text-align: left;
  border-left: none;
}
.table-fluid-app .title-caption {
  color: #666666;
  font-size: 14px;
  position: relative;
  top: -5px;
}
.table-fluid-app .app-download .nav-tabs {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
}
.table-fluid-app .app-download .nav-tabs li {
  width: 50%;
  text-align: center;
  display: table-cell;
  color: #28a5e1;
  background: #f0f0f0;
}
.table-fluid-app .app-download .nav-tabs li.active {
  color: white;
  background-color: #28a5e1;
}
.table-fluid-app .app-download .nav-tabs li.active:before {
  content: '';
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #28a5e1 transparent transparent transparent;
  left: 45%;
  position: absolute;
  bottom: -10px;
}
.table-fluid-app .app-download .nav-tabs li.active > a {
  background-color: #28a5e1;
  color: white;
  border: none;
}
.table-fluid-app .app-download .nav-tabs li > a {
  border: none;
  margin-right: 0px;
  color: #28a5e1;
  background: #f0f0f0;
}

.panel-body hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.jumbotron p {
  /*text-align: $text-align-variables;*/
  text-rendering: initial;
  line-height: 1.42857;
}

/* list */
ul,
ul li {
  text-align: justify;
  text-rendering: initial;
  line-height: 1.42857;
}

ul.inherit, ol.inherit {
  margin-left: 20px;
}
ul.inherit li, ol.inherit li {
  list-style: inherit;
  text-align: justify;
  text-rendering: initial;
}
ul.normal, ol.normal {
  margin-left: 0;
}
ul.normal li, ol.normal li {
  margin-left: -20px;
}

/* faq */
.faq .panel {
  border-top: none !important;
}
.faq td {
  text-align: left !important;
  text-rendering: initial;
  padding-top: 8px;
  padding-bottom: 8px;
}
.faq td img {
  width: auto !important;
}
.faq ul {
  padding-left: 20px;
}

.ipo-icon {
  height: 30px;
  margin-top: 2px;
}

/* promotion */
.promotion .promo-banner {
  width: 100%;
  max-width: 1000px;
}
.promotion .promo-banner-container {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 2339px) {
  .promotion .promo-banner-container {
    height: 260px;
  }
}
@media (min-width: 2339px) {
  .promotion .promo-banner-container img.promo-banner {
    width: 100%;
  }
}
@media (max-width: 2339px) {
  .promotion .promo-banner-container img.promo-banner {
    min-width: 2340px;
    height: 260px;
    margin-left: -1170px;
    left: 50%;
    position: relative;
  }
}
.promotion .promo-caption {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.promotion .promo-branch {
  padding: 15px 18px;
  background: #d7f5fc;
  border: 1px solid #50cdf5;
  height: 196px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 880px) {
  .promotion .promo-branch {
    height: 230px;
  }
}
@media (max-width: 400px) {
  .promotion .promo-branch {
    height: 250px;
  }
}
.promotion .promo-branch h6 {
  margin-top: 15px;
  line-height: 1.5;
}
.promotion .promo-branch .btn {
  margin-top: 10px;
  background: white;
  color: #28a5e1;
  border: 1px solid #50cdf5;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .promotion .promo-address {
    left: 50%;
    margin-left: -170px;
    margin-top: 15px;
    position: relative;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .promotion .promo-address {
    float: right;
    max-width: 100%;
  }
}
.promotion .promo-special {
  padding: 4px 15px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
}
.promotion .promo-special img {
  width: 100%;
  max-width: 320px;
}
.promotion .promo-special.box-gold .promo-special {
  border: solid 1px #dcb428;
}
@media (min-width: 768px) {
  .promotion .promo-special.box-gold .promo-special {
    min-height: 300px \0;
  }
}
.promotion .promo-special.box-gold .promo-special .box-title {
  color: #b99128;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 7px;
}
.promotion .promo-special.box-gold .promo-special hr {
  border-top: 1px solid #dcb428;
  margin-top: 0;
  margin-bottom: 0;
}
.promotion .promo-special.box-gold .promo-special p.text-center {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.42857;
}
.promotion .promo-special.box-blue .promo-special {
  border: solid 1px #28a5e1;
}
@media (min-width: 768px) {
  .promotion .promo-special.box-blue .promo-special {
    min-height: 300px \0;
  }
}
.promotion .promo-special.box-blue .promo-special .box-title {
  color: #28a5e1;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 7px;
}
.promotion .promo-special.box-blue .promo-special hr {
  border-top: 1px solid #28a5e1;
  margin-top: 0;
  margin-bottom: 0;
}
.promotion .promo-special.box-blue .promo-special p.text-center {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.42857;
}
.promotion .panel-title.t-white .glyphicon {
  color: white;
}
.promotion .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.promotion .social-wechat, .promotion .social-facebook {
  padding: 2px 10px;
  float: left;
  color: #4bc382;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.promotion .social-facebook {
  color: #28a5e1;
}
.promotion .text-position {
  float: right;
}
@media (max-width: 767px) {
  .promotion .text-position {
    float: left;
  }
}

.promo-share {
  /*width: $footer-social-width;*/
  text-align: center;
  margin: 10px auto;
}
.promo-share a:hover {
  text-decoration: none;
}
.promo-share a:hover .btn-social-icon {
  background-position: 0px 36px;
}
.promo-share a:focus {
  outline: hidden;
}
.promo-share .btn-social-icon {
  display: inline-block;
  /*background-size: 37px 37px;
  background-repeat: no-repeat;*/
  width: 37px;
  height: 37px;
  vertical-align: middle;
  margin-top: -6px;
}
.promo-share .share-icon-whtsapp {
  background: url(/content/images/icon/promo-share-whtsapp.png);
}
.promo-share .share-icon-fb {
  background: url(/content/images/icon/promo-share-fb.png);
}
.promo-share .share-icon-google {
  background: url(/content/images/icon/promo-share-google.png);
}
.promo-share .share-icon-mail {
  background: url(/content/images/icon/promo-share-mail.png);
}
.promo-share .share-icon-sina {
  background: url(/content/images/icon/promo-share-sina.png);
}
.promo-share .share-icon-twitter {
  background: url(/content/images/icon/promo-share-twitter.png);
}

.promo-qr {
  max-width: 300px;
  height: auto;
}
@media (max-width: 367px) {
  .promo-qr {
    width: 100% !important;
  }
}
@media (min-width: 368px) {
  .promo-qr {
    position: relative;
    margin-left: -150px;
    left: 50%;
    display: block;
  }
}

.btn.btn-normal {
  min-width: 100px;
}
.btn.btn-normal:hover, .btn.btn-normal:focus, .btn.btn-normal.focus, .btn.btn-normal:active, .btn.btn-normal.active {
  background: white;
}
.btn.btn-fixed {
  position: absolute;
  bottom: 15px;
  left: 50%;
}
@media (max-width: 767px) {
  .btn.btn-fixed-xs {
    bottom: -15px;
  }
}
.btn.min-width {
  min-width: 100px;
}
.btn.btn-more {
  min-width: 150px;
  margin-top: 10px;
}
.btn.btn-google {
  background: url(/Content/images/icon/social/google.png) no-repeat;
  background-position: center left 8px;
  background-size: 25px 25px;
  border: 1px solid #28a5e1;
  color: #28a5e1;
  text-align: center;
  float: left;
  padding-left: 38px;
  margin-right: 8px;
}
.btn.btn-facebook {
  background: url(/Content/images/icon/social/facebook.png) no-repeat;
  background-position: center left 8px;
  background-size: 25px 25px;
  border: 1px solid #28a5e1;
  color: #28a5e1;
  text-align: center;
  float: left;
  padding-left: 38px;
  margin-right: 8px;
}
.btn.btn-linkedin {
  background: url(/Content/images/icon/social/linkedin.png) no-repeat;
  background-position: center left 8px;
  background-size: 25px 25px;
  border: 1px solid #28a5e1;
  color: #28a5e1;
  text-align: center;
  float: left;
  padding-left: 38px;
  margin-right: 8px;
}
.btn.btn-apply {
  background: none;
  border: 1px solid #28a5e1;
  color: #28a5e1;
  text-align: center;
}
.btn.btn-inline {
  float: left;
  margin-right: 8px;
}

/* tab */
#tab {
  list-style: none;
}
#tab li:before {
  display: none;
}
#tab .tab-text {
  color: #959595;
  font-weight: 700;
}
#tab .tab-text:hover {
  color: #666666;
  text-decoration: none;
}

.remarks {
  margin-top: 15px;
}

/* charge tables */
.table-fluid.table-fluid-blue {
  /* table */
}
.table-fluid.table-fluid-blue .row-title-sm {
  background: #1e7dc3;
  color: white;
}
.table-fluid.table-fluid-blue .row-title-sm div {
  border-left: 1px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-fluid.table-fluid-blue .row-title-sm div:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-blue .row-title-xs {
    /*767*/
    background: #1e7dc3;
    color: white !important;
  }
}
.table-fluid.table-fluid-blue .table-row-1 {
  background: white;
}
.table-fluid.table-fluid-blue .table-row-2, .table-fluid.table-fluid-blue .table-row-0 {
  background: #ebfcff;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-blue .table-row-2, .table-fluid.table-fluid-blue .table-row-0 {
    background: white;
  }
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-blue .table-row-1 > div,
  .table-fluid.table-fluid-blue .table-row-2 > div,
  .table-fluid.table-fluid-blue .table-row-0 > div {
    border-left: 1px solid #28a5e1;
  }
}
.table-fluid.table-fluid-blue .table-row-1 .bg-light,
.table-fluid.table-fluid-blue .table-row-2 .bg-light,
.table-fluid.table-fluid-blue .table-row-0 .bg-light {
  background: #ebfcff;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-blue .table-row-1 .bg-light,
  .table-fluid.table-fluid-blue .table-row-2 .bg-light,
  .table-fluid.table-fluid-blue .table-row-0 .bg-light {
    background: inherit;
  }
}
.table-fluid.table-fluid-blue .border-bottom {
  border-bottom: 1px solid #28a5e1;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-blue .border-bottom.xs-border-none {
    border-width: 0;
  }
}
.table-fluid.table-fluid-blue.border {
  border-top: 1px solid #1e7dc3;
  border-bottom: 1px solid #1e7dc3;
}
.table-fluid.table-fluid-blue.border td {
  border-left: 1px solid #1e7dc3;
}
.table-fluid.table-fluid-blue.border .table-row-1 {
  background: #ebfcff;
}
.table-fluid.table-fluid-blue.border .table-row-2, .table-fluid.table-fluid-blue.border .table-row-0 {
  background: white;
}
.table-fluid.table-fluid-blue.margin-bottom {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-blue .border-left {
    border-left: 1px solid #1e7dc3 !important;
  }
}
.table-fluid.table-fluid-brown {
  /* table */
}
.table-fluid.table-fluid-brown .row-title-sm {
  background: #dcb428;
  color: white;
}
.table-fluid.table-fluid-brown .row-title-sm div {
  border-left: 1px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-fluid.table-fluid-brown .row-title-sm div:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-brown .row-title-xs {
    /*767*/
    background: #dcb428;
    color: white !important;
  }
}
.table-fluid.table-fluid-brown .table-row-1 {
  background: white;
}
.table-fluid.table-fluid-brown .table-row-2, .table-fluid.table-fluid-brown .table-row-0 {
  background: #fdfae6;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-brown .table-row-2, .table-fluid.table-fluid-brown .table-row-0 {
    background: white;
  }
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-brown .table-row-1 > div,
  .table-fluid.table-fluid-brown .table-row-2 > div,
  .table-fluid.table-fluid-brown .table-row-0 > div {
    border-left: 1px solid #dcb428;
  }
}
.table-fluid.table-fluid-brown .table-row-1 .bg-light,
.table-fluid.table-fluid-brown .table-row-2 .bg-light,
.table-fluid.table-fluid-brown .table-row-0 .bg-light {
  background: #fdfae6;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-brown .table-row-1 .bg-light,
  .table-fluid.table-fluid-brown .table-row-2 .bg-light,
  .table-fluid.table-fluid-brown .table-row-0 .bg-light {
    background: inherit;
  }
}
.table-fluid.table-fluid-brown .border-bottom {
  border-bottom: 1px solid #dcb428;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-brown .border-bottom.xs-border-none {
    border-width: 0;
  }
}
.table-fluid.table-fluid-brown.border {
  border-top: 1px solid #dcb428;
  border-bottom: 1px solid #dcb428;
}
.table-fluid.table-fluid-brown.border td {
  border-left: 1px solid #dcb428;
}
.table-fluid.table-fluid-brown.border .table-row-1 {
  background: #fdfae6;
}
.table-fluid.table-fluid-brown.border .table-row-2, .table-fluid.table-fluid-brown.border .table-row-0 {
  background: white;
}
.table-fluid.table-fluid-brown.margin-bottom {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-brown .border-left {
    border-left: 1px solid #dcb428 !important;
  }
}
.table-fluid.table-fluid-gray {
  /* table */
}
.table-fluid.table-fluid-gray .row-title-sm {
  background: #b4b4b4;
  color: white;
}
.table-fluid.table-fluid-gray .row-title-sm div {
  border-left: 1px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-fluid.table-fluid-gray .row-title-sm div:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-gray .row-title-xs {
    /*767*/
    background: #b4b4b4;
    color: white !important;
  }
}
.table-fluid.table-fluid-gray .table-row-1 {
  background: white;
}
.table-fluid.table-fluid-gray .table-row-2, .table-fluid.table-fluid-gray .table-row-0 {
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-gray .table-row-2, .table-fluid.table-fluid-gray .table-row-0 {
    background: white;
  }
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-gray .table-row-1 > div,
  .table-fluid.table-fluid-gray .table-row-2 > div,
  .table-fluid.table-fluid-gray .table-row-0 > div {
    border-left: 1px solid #b4b4b4;
  }
}
.table-fluid.table-fluid-gray .table-row-1 .bg-light,
.table-fluid.table-fluid-gray .table-row-2 .bg-light,
.table-fluid.table-fluid-gray .table-row-0 .bg-light {
  background: #f0f0f0;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-gray .table-row-1 .bg-light,
  .table-fluid.table-fluid-gray .table-row-2 .bg-light,
  .table-fluid.table-fluid-gray .table-row-0 .bg-light {
    background: inherit;
  }
}
.table-fluid.table-fluid-gray .border-bottom {
  border-bottom: 1px solid #b4b4b4;
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-gray .border-bottom.xs-border-none {
    border-width: 0;
  }
}
.table-fluid.table-fluid-gray.border {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.table-fluid.table-fluid-gray.border td {
  border-left: 1px solid #b4b4b4;
}
.table-fluid.table-fluid-gray.border .table-row-1 {
  background: #f0f0f0;
}
.table-fluid.table-fluid-gray.border .table-row-2, .table-fluid.table-fluid-gray.border .table-row-0 {
  background: white;
}
.table-fluid.table-fluid-gray.margin-bottom {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-fluid.table-fluid-gray .border-left {
    border-left: 1px solid #b4b4b4 !important;
  }
}
@media (max-width: 767px) {
  .table-fluid.table-fluid-gray .bg-gray-dark {
    background: #5a5a5a !important;
  }
}
.table-fluid .fixed-height .table-row-0 > div,
.table-fluid .fixed-height .table-row-1 > div,
.table-fluid .fixed-height .table-row-2 > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .table-fluid .fixed-height .table-row-0 > div,
  .table-fluid .fixed-height .table-row-1 > div,
  .table-fluid .fixed-height .table-row-2 > div {
    height: 50px;
  }
}
.table-fluid td, .table-fluid th {
  text-align: center;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.42857;
}
@media (max-width: 767px) {
  .table-fluid td, .table-fluid th {
    text-align: left;
  }
}
.table-fluid .row-title-sm {
  text-align: center;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-fluid .row-title-sm td {
  border: none;
}
.table-fluid .row-title-xs {
  border-left: none !important;
}
.table-fluid .row-title-xs td {
  text-align: left;
}
.table-fluid .table-row-0 td,
.table-fluid .table-row-1 td,
.table-fluid .table-row-2 td {
  width: 50%;
}
.table-fluid .table-row-0 td:first-child,
.table-fluid .table-row-1 td:first-child,
.table-fluid .table-row-2 td:first-child {
  text-align: left;
  border-left: none;
}
.table-fluid .table-row-0 td.visible-xs > div,
.table-fluid .table-row-1 td.visible-xs > div,
.table-fluid .table-row-2 td.visible-xs > div {
  padding: 0px;
}
@media (max-width: 767px) {
  .table-fluid .table-row-0 td:nth-child(2),
  .table-fluid .table-row-1 td:nth-child(2),
  .table-fluid .table-row-2 td:nth-child(2) {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .table-fluid .table-row-0 .fixed-cell-height,
  .table-fluid .table-row-1 .fixed-cell-height,
  .table-fluid .table-row-2 .fixed-cell-height {
    height: 100px !important;
  }
}
@media (min-width: 1030px) {
  .table-fluid .table-row-0 .fixed-cell-height,
  .table-fluid .table-row-1 .fixed-cell-height,
  .table-fluid .table-row-2 .fixed-cell-height {
    height: 65px !important;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  .table-fluid .table-row-0 .fixed-cell-height1,
  .table-fluid .table-row-1 .fixed-cell-height1,
  .table-fluid .table-row-2 .fixed-cell-height1 {
    height: 80px !important;
  }
}
.table-fluid .panel-body {
  padding-bottom: 0;
}
.table-fluid .panel-body a {
  color: #5a5b5b;
}
.table-fluid .panel-body #shhk_top {
  width: 100%;
  max-width: 491px;
}
@media (min-width: 768px) {
  .table-fluid .panel-body .suit-border-bottom {
    border-bottom: 1px solid #28a5e1;
  }
}
.table-fluid td.border-left {
  border-left: 1px solid #28a5e1;
}
@media (max-width: 767px) {
  .table-fluid td.border-left {
    border-left: none;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .table-fluid .suit-height {
    min-height: 237px;
  }
}
@media (max-width: 767px) {
  .table-fluid .suit-text-align {
    text-align: left;
  }
}
.table-fluid .suit-table-padding td:first-child {
  padding-left: 15px;
}
.table-fluid .suit-table-padding td:last-child {
  padding-right: 15px;
}
.table-fluid .text-left td {
  text-align: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#accordion-child .panel-heading,
#accordion-child-2 .panel-heading,
#accordion-child-3 .panel-heading,
#accordion-child-4 .panel-heading,
#accordion-child-5 .panel-heading,
#accordion-child-6 .panel-heading,
#accordion-child-7 .panel-heading,
#accordion-child-8 .panel-heading,
#accordion-child-9 .panel-heading,
#accordion-child-10 .panel-heading {
  padding-bottom: 0px;
}
#accordion-child .panel-body,
#accordion-child-2 .panel-body,
#accordion-child-3 .panel-body,
#accordion-child-4 .panel-body,
#accordion-child-5 .panel-body,
#accordion-child-6 .panel-body,
#accordion-child-7 .panel-body,
#accordion-child-8 .panel-body,
#accordion-child-9 .panel-body,
#accordion-child-10 .panel-body {
  padding: 0px;
}
#accordion-child .panel,
#accordion-child-2 .panel,
#accordion-child-3 .panel,
#accordion-child-4 .panel,
#accordion-child-5 .panel,
#accordion-child-6 .panel,
#accordion-child-7 .panel,
#accordion-child-8 .panel,
#accordion-child-9 .panel,
#accordion-child-10 .panel {
  margin-bottom: 0px;
  padding-top: 0px;
}

/* appointment */
.appointment {
  width: 100%;
  background: #ebfcff;
  border-top: 1px solid #28a5e1;
  border-bottom: 1px solid #28a5e1;
  padding: 30px 15px;
  display: table;
  position: relative;
  /* Upload */
}
.appointment .row > div {
  padding-top: 4px;
  padding-bottom: 4px;
}
.appointment .row > div.col-result {
  padding-top: 12px;
  color: #5a5b5b;
}
.appointment *::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
.appointment *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
  text-transform: none;
}
.appointment *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
  text-transform: none;
}
.appointment *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  text-transform: none;
}
.appointment .form-control.to-upper {
  text-transform: uppercase;
}
.appointment .form-control.to-placeholder {
  color: #999;
}
.appointment input[type=date] {
  color: #666666 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  padding: 0 10px;
}
.appointment .warning {
  background: url(/Content/images/icon/warning.gif) no-repeat;
  padding-left: 22px;
  margin-top: 10px;
}
.appointment select {
  color: #5a5b5b;
}
.appointment select.to-placeholder {
  color: #999;
}
.appointment select > option {
  color: #5a5b5b;
}
.appointment select > option:first-child {
  display: none;
}
.appointment select > option:checked {
  color: white;
  background: #337ab7;
}
.appointment .btn {
  bottom: -50px;
}
.appointment .btn.submit-appointment {
  margin-left: -75px;
}
.appointment .btn.submit-appointment, .appointment .btn.submit-appointment:hover {
  opacity: 1;
}
.appointment .btn.submit {
  margin-left: -50px;
}
.appointment .btn.submit, .appointment .btn.submit:hover {
  opacity: 1;
}
.appointment .btn.refill {
  margin-left: -110px;
}
.appointment .btn.refill, .appointment .btn.refill:hover {
  opacity: 1;
}
.appointment .btn.submit_appointment {
  margin-left: -70px;
}
.appointment .btn.submit_appointment, .appointment .btn.submit_appointment:hover {
  opacity: 1;
}
.appointment #CashDepositUpload_FI0 {
  display: none;
}
.appointment .btn-upload {
  position: relative;
  overflow: hidden;
  background: #337ab7;
  color: white;
  width: 100px;
  float: right;
  bottom: 0;
  margin-top: -37px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.appointment .btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.appointment .form-upload {
  padding: 5px 10px;
  background: white;
  color: #5a5b5b;
}
.appointment .upload-box {
  width: 100%;
  height: 50px;
  border: solid 1px #ed;
}
.appointment .form-upload-text,
.appointment .form-upload-nulltext {
  display: table-cell;
  border-color: #ccc;
  border-bottom-width: 1px;
}
.appointment .form-upload-text:first-child,
.appointment .form-upload-nulltext:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 12px;
}
.appointment .form-upload-nulltext .dxucEditArea {
  color: #999;
}
.appointment .btn-browse {
  background: #1e7dc3;
  text-align: center;
  min-width: 70px;
  border-width: 0;
  padding: 0;
  outline: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.appointment .btn-browse a {
  color: white;
  padding: 7px 15px;
  display: block;
  text-decoration: none;
}
.appointment .table-result {
  width: 100%;
}
.appointment .table-result td {
  padding: 7px 15px;
  color: #5a5b5b;
  vertical-align: top;
}
.appointment .table-result td label {
  font-weight: 700;
}
.appointment .table-result td.notice {
  color: #14b4a5;
  font-weight: 700;
}

/* Upload Customize */
.dragdrop-wrapper {
  width: 100%;
  position: relative;
  border: 1px dashed #14b4a5 !important;
  cursor: pointer;
  height: 200px;
}
.dragdrop-wrapper > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.dragdrop-wrapper > img {
  max-height: 180px;
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 10px;
}
.dragdrop-wrapper .dropzone-text,
.dragdrop-wrapper .dragzone-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dragdrop-wrapper .dropzone-text {
  color: #fff;
  background-color: #bfbfbf;
}
.dragdrop-wrapper .dragzone-text {
  padding-top: 100px;
  color: #959595;
}
.dragdrop-wrapper #CashDepositDragZone {
  background: url(/Content/images/icon/upload-dragdrop.png) no-repeat;
  background-size: 100px 104px;
  background-position: center 30px;
}

#CashDepositUpload {
  margin-top: 10px;
}
#CashDepositUpload .upload-dropzone {
  display: none;
}
#CashDepositUpload .dxucInlineDropZoneSys span {
  color: #fff !important;
  font-size: 10pt;
  font-weight: normal !important;
}
#CashDepositUpload .upload-progress {
  width: 100%;
  background-color: #14b4a5;
  border-width: 0;
}
#CashDepositUpload .upload-progress td.dx {
  color: white;
}
#CashDepositUpload .upload-progress .upload-progress-indicator {
  background-color: transparent;
}
#CashDepositUpload .upload-validation {
  padding: 0 20px;
  text-align: center;
}

#CashDepositUploadResult input {
  background: transparent;
  border-width: 0;
  color: transparent;
  width: 0;
}
#CashDepositUploadResult input:focus {
  outline-offset: 0;
  outline: 0;
}

/* mip */
.table-mip-first ul {
  padding-left: 20px;
}
.table-mip-first h4 {
  line-height: 1.5;
}
.table-mip-first td {
  text-align: left;
  vertical-align: top;
}
.table-mip-first td > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-mip-first .cyan-box-border {
  border: 10px solid #7fd24c;
}

/* Wealth */
.tips {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tips {
    border-top: 1px solid silver;
  }
}
.tips .tips-head {
  background: #faf3be;
  color: #b99128;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 19px;
}
.tips .tips-head:before {
  content: '';
  background: url(images/wealth/needs/icon-light.png);
  background-size: 35px 35px;
  float: left;
  width: 35px;
  height: 35px;
  margin-top: -7px;
  margin-right: 3px;
}
.tips .tips-content {
  background: #fdfae6;
  padding: 15px;
}
.tips .tips-content .chevron {
  background: url(images/chevron/chevron-right-gold.png);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  top: 3px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.tips .tips-content .btn,
.tips .tips-content .btn:hover {
  background: transparent;
}

.blue-border-box {
  border: 4px solid #d7f5fc;
  padding: 0 15px;
  border-radius: 8px;
}
.blue-border-box .space {
  width: 220px;
  float: right;
  height: 1px;
}
@media (max-width: 390px) {
  .blue-border-box .space {
    display: none;
  }
}
.blue-border-box .box-icon {
  position: absolute;
  right: 40px;
  top: 60px;
}
@media (min-width: 391px) and (max-width: 530px) {
  .blue-border-box .box-icon {
    top: 58px;
  }
}
@media (max-width: 390px) {
  .blue-border-box .box-icon {
    position: inherit;
    width: 100px !important;
  }
}
.blue-border-box hr {
  border-color: #d7f5fc;
}
.blue-border-box .table-title {
  color: #1e7dc3;
  padding-top: 8px;
  font-weight: 700;
}
.blue-border-box table td {
  vertical-align: middle;
}
@media (max-width: 350px) {
  .blue-border-box table td:last-child {
    text-align: center !important;
  }
}
.blue-border-box table td img {
  margin-top: -15px;
  max-width: 30px;
}
.blue-border-box h2 {
  display: inline;
  line-height: 1;
  font-weight: 700;
  color: #1e7dc3;
}
.blue-border-box .h2-help-text {
  top: -4px;
  position: relative;
  font-size: 18px;
  margin-left: 6px;
  color: #1e7dc3;
}
@media (max-width: 767px) {
  .blue-border-box .partition {
    border-bottom: 2px solid #d7f5fc;
  }
  .blue-border-box .partition:last-child {
    border-bottom-width: 0;
  }
}
@media (min-width: 768px) {
  .blue-border-box .partition {
    border-right: 2px solid #d7f5fc;
  }
  .blue-border-box .partition:last-child {
    border-right-width: 0;
  }
}
.blue-border-box .partition p {
  padding-top: 15px;
}

.table-mip-second {
  margin-bottom: 30px;
}
.table-mip-second.border-bottom-none td {
  border-bottom: none !important;
}
.table-mip-second.border-top-none td {
  border-top: none !important;
}
@media (max-width: 767px) {
  .table-mip-second.xs-border-bottom-none td {
    border-bottom: none !important;
  }
}
.table-mip-second td {
  border-top: 1px solid #28a5e1;
  border-bottom: 1px solid #28a5e1;
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  text-align: left;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.table-mip-second td ul {
  padding-left: 20px;
}
.table-mip-second td ul li {
  padding-top: 15px;
}
.table-mip-second td img {
  width: 70px;
  height: 70px;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .table-mip-second.expanded-height td {
    height: 232px;
  }
}
@media (min-width: 768px) {
  .table-mip-second.expanded-height-2 td {
    height: 266px;
  }
}
@media (min-width: 768px) {
  .table-mip-second.expanded-height-3 td {
    height: 298px;
  }
}

/* table-fix */
.table-fix {
  border-bottom: 1px solid #28a5e1;
}
.table-fix th {
  padding: 8px 15px;
  border-left: 1px solid white;
  font-weight: 300;
}
.table-fix tr td {
  border-left: 1px solid #28a5e1;
  padding: 8px 15px;
}
.table-fix tr td:first-child {
  border-left: none;
  text-align: left;
  padding-left: 15px;
}

/* quote */
.table-quote {
  border-top: 1px solid #28a5e1;
  border-bottom: 1px solid #28a5e1;
}
.table-quote td {
  border-left: 1px solid #28a5e1;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .table-quote td {
    padding-left: 15px !important;
  }
}
.table-quote td.t-deep-blue {
  border-left: none;
}
@media (max-width: 767px) {
  .table-quote.border-bottom-none {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .table-quote td:first-child {
    padding: 8px 15px !important;
  }
}

.article-page .right {
  text-align: right;
}
@media (max-width: 767px) {
  .article-page .right {
    text-align: center;
  }
}
.article-page .left {
  text-align: left;
}
@media (max-width: 767px) {
  .article-page .left {
    text-align: center;
  }
}
.article-page .article-daily {
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 30px;
}
.article-page .article-daily a {
  text-decoration: none;
  padding-right: 30px;
  background: url(/Content/images/chevron/chevron-pager-right.png) no-repeat right;
}
.article-page .article-daily table {
  width: auto !important;
  padding-bottom: 10px;
}
.article-page > .container {
  text-align: justify;
  padding-top: 20px;
  /*a.back {
      text-decoration: none;
      color: $text-color;
      background: url(/Content/images/chevron/chevron-left-gray-darker.png) no-repeat;
      background-position: left;
      padding-left: 25px;
      padding-bottom: 2px;
  }*/
}
.article-page > .container img.thumbnail {
  max-width: 850px;
  height: 100%;
  width: 100%;
}
.article-page > .container .article {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 880px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
.article-page > .container .article .resize-word {
  float: right;
  padding-top: 10px;
}
.article-page > .container .article .resize-word > .resize-large {
  background: url(/content/images/advertisement/button/btn-large.png) no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
}
.article-page > .container .article .resize-word > .resize-small {
  background: url(/content/images/advertisement/button/btn-small.png) no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
}
.article-page > .container .article h3 {
  color: #1e7dc3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.article-page > .container .article p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-page > .container .article hr {
  border-color: #ddd;
}
.article-page > .container .article .disclaimer {
  font-size: 10px;
}
.article-page > .container .article ol,
.article-page > .container .article ul {
  padding-left: 18px;
}
.article-page > .container .article ol li,
.article-page > .container .article ul li {
  margin-bottom: 10px;
}
.article-page > .container .article-more {
  margin-top: 12px;
}
.article-page > .container .article-more .btn-more {
  color: #57575f;
  padding: 16.5px;
  padding-left: 25px;
  padding-right: 40px;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
  background: #c8c8c8 url(/Content/images/chevron/chevron-right-gray-darker2.png) no-repeat;
  background-position: right 15px top 17px;
}
.article-page > .container .article-footer {
  color: #5A5A5A;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.article-page > .container .article-footer .promo-share {
  border: 3px solid lightgrey;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 883px) {
  .article-page > .container .article-footer .promo-share {
    padding: 10px 0;
  }
  .article-page > .container .article-footer .promo-share .btn-social-icon {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}
@media (min-width: 884px) {
  .article-page > .container .article-footer .promo-share {
    padding: 10px 15px;
  }
}
.article-page .article-suggest {
  float: left;
  width: 100%;
}
.article-page .article-suggest.bg-gray {
  background-color: #f5f5f5;
}
.article-page .article-suggest .flexbox {
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .article-page .article-suggest .flexbox:first-child > .col:first-child {
    padding-top: 0;
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .article-page .article-suggest .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-page .article-suggest .flexbox > .col {
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .article-page .article-suggest .flexbox > .col {
    padding-top: 35px;
    border-top: 1px solid #ddd;
    margin-left: 30px;
    margin-right: 30px;
  }
  .article-page .article-suggest .flexbox > .col.no-hover {
    padding: 0px;
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .article-page .article-suggest .flexbox > .col {
    width: 33.3%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: 5px solid white;
    background: #f5f5f5;
    transition: border-color .3s ease-in;
  }
  .article-page .article-suggest .flexbox > .col:hover {
    border-color: #1e7dc3;
  }
  .article-page .article-suggest .flexbox > .col.no-hover {
    transition: none;
    background: none;
  }
  .article-page .article-suggest .flexbox > .col.no-hover:hover {
    border-width: 0;
  }
}
.article-page .article-suggest .flexbox > .col img {
  width: 100%;
}
.article-page .article-suggest .flexbox > .col .article-caption {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .article-page .article-suggest .flexbox > .col .article-caption {
    text-align: left;
    /*background: $bg-gray-lighter;*/
  }
}
.article-page .article-suggest .flexbox > .col .article-caption h4 {
  color: #01479D;
}
.article-page .article-suggest .flexbox > .col .article-caption a {
  text-decoration: none;
  color: #5a5b5b;
  background: url(/Content/images/chevron/chevron-right-gray-darker.png) no-repeat;
  background-position: right;
  padding-right: 20px;
  padding-bottom: 3px;
}

.read-more {
  text-align: center;
}
.read-more > div {
  /*width: 100%;*/
  padding-top: 20px;
  padding-bottom: 35px;
  display: inline-block;
  border: none;
  background-size: 30px 30px !important;
  background: url(/Content/images/chevron/chevron-down-grey.png) no-repeat bottom 3px center;
  cursor: pointer;
}

/* filter */
.filter .nav-tabs {
  border-bottom: none;
}
.filter .nav-tabs .active > a, .filter .nav-tabs .active > a:hover, .filter .nav-tabs .active > a:focus {
  border-bottom-color: #ddd;
}
.filter .tab-content.main .tab-pane {
  margin-top: 10px;
}

/* table */
.suit-padding.border-bottom-gold {
  border-bottom: 1px solid #dcb428;
}
.suit-padding td {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* table */
table.vertical-middle td {
  vertical-align: middle;
}
table.three-columns td {
  width: 33.33%;
  position: relative;
}
table.four-columns td {
  width: 25%;
  position: relative;
}
table.border-left td {
  border-left: 1px solid #28a5e1;
}
table.border-left td:first-child {
  border-left: none !important;
}
table.table-form td {
  padding-left: 15px !important;
  padding-right: 15px !important;
  line-height: 1.42857;
  border-left: 1px solid #28a5e1;
}
table.table-form td:first-child {
  border-left: none;
}
table.table-form td.first-column {
  width: 20%;
}
@media (max-width: 767px) {
  table.table-form td.first-column {
    width: 33.33%;
  }
}
table.table-form td.second-column {
  width: 40%;
}
@media (max-width: 767px) {
  table.table-form td.second-column {
    width: 33.33%;
  }
}
table.table-form td.third-column {
  width: 40%;
}
@media (max-width: 767px) {
  table.table-form td.third-column {
    width: 33.33%;
  }
}
table.table-form .bg-deep-blue {
  color: white;
}
table.table-form .bg-deep-blue td {
  border: none;
}

/* rounded box */
.rounded {
  padding: 10px 30px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.rounded.deep-gold {
  background: #b99128;
  color: white;
}
.rounded.deep-blue {
  background: #1e7dc3;
  color: white;
}

/* image */
img.center {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
img.chart-width {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 390px) and (max-width: 500px) {
  img.chart-width {
    position: relative;
    margin-left: -165px;
    left: 50%;
  }
}
img.full-width {
  width: 100%;
}
@media (min-width: 470px) and (max-width: 767px) {
  img.full-width {
    max-width: 400px;
    position: relative;
    margin-left: -200px;
    left: 50%;
  }
}
@media (min-width: 470px) and (max-width: 883px) {
  img.full-width.full-sm {
    max-width: 400px;
    position: relative;
    margin-left: -200px;
    left: 50%;
  }
}
img.suit-width {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 390px) and (max-width: 767px) {
  img.suit-width {
    margin-left: -160px;
    position: relative;
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  img.sm-full {
    width: 100%;
  }
}
img.grid-float-full {
  width: 100%;
}
@media (min-width: 884px) {
  img.grid-float-full {
    width: auto;
  }
}
img.border-box-grey {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.border-blue-box {
  border: 1px solid #1e7dc3;
  padding: 5px 8px;
  vertical-align: middle;
}

.border-gold-box {
  border: 4px solid #dcb428;
  padding: 15px;
}

.text-underline {
  border-bottom: 1px solid grey;
}

/* padding */
.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-horizon-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-title {
  padding: 8px;
}

/* margin */
.margin-none {
  margin: 0px !important;
}

.margin-top-none {
  margin-top: 0px !important;
}

.margin-bottom-none {
  margin-bottom: 0px !important;
}

.margin-left-none {
  margin-left: 0px !important;
}

.margin-right-none {
  margin-right: 0px !important;
}

/* text color */
.t-deeper-blue {
  color: #3c6487 !important;
}

.t-deep-blue {
  color: #1e7dc3 !important;
}

.t-blue {
  color: #28a5e1 !important;
}

.t-sea-blue {
  color: #2855a0 !important;
}

.t-light-blue {
  color: #50cdf5 !important;
}

.t-lighert-blue {
  color: #d7f5fc !important;
}

.t-deep-gold {
  color: #b99128 !important;
}

.t-gold {
  color: #dcb428 !important;
}

.t-cyan {
  color: #63b331 !important;
}

.t-yellow {
  color: #f9e51e !important;
}

.t-white {
  color: white !important;
}

.t-gray {
  color: #666666 !important;
}

.t-gray-darker {
  color: #5a5a5a !important;
}

.t-gray-light {
  color: #c0c0c0 !important;
}

.t-greenish-blue {
  color: #14b4a5 !important;
}

.t-text-color {
  color: #5a5b5b !important;
}

.t-violet {
  color: #6e50af !important;
}

.t-cyan {
  color: #63b331 !important;
}

.t-orange {
  color: #f08737 !important;
}

.t-brown {
  color: #9c5e07 !important;
}

.t-red, .appointment .warning {
  color: #ce1f19 !important;
}

.t-green {
  color: #44ac35 !important;
}

.t-teal {
  color: #13a99a !important;
}

.t-dark-grass {
  color: #64b432;
}

/* background color*/
.bg-sea-blue {
  background-color: #2855a0 !important;
}

.bg-navy-blue {
  background: #1d4f8b !important;
}

.bg-dark-blue {
  background: #093b6d !important;
}

.bg-deep-blue {
  background: #1e7dc3 !important;
}

.bg-blue {
  background: #28a5e1 !important;
}

.bg-ocean-blue {
  background: #d6f4fb;
}

.bg-lighter-blue {
  background: #d7f5fc !important;
}

.bg-light-blue {
  background: #ebfcff !important;
}

.bg-gold {
  background: #dcb428 !important;
}

.bg-lighter-teal {
  background: #d7f5f0 !important;
}

.bg-deep-gold {
  background: #b99128 !important;
}

.bg-white {
  background: white !important;
}

.bg-gray-dark {
  background: #b4b4b4 !important;
}

.bg-gray-light {
  background: #f0f0f0 !important;
}

.bg-light-gray {
  background: #f5f5f5;
}

.bg-gray-lighter {
  background: #f5f5f5 !important;
}

.bg-greenish-blue {
  background: #14b4a5 !important;
}

.bg-violet {
  background: #6e50af !important;
}

.bg-cyan {
  background: #63b331 !important;
}

.bg-greenish-blue {
  background: #14b4a5 !important;
}

.bg-orange {
  background: #f08737 !important;
}

.bg-brown {
  background: #9c5e07 !important;
}

.bg-lighter-brown {
  background: #fdfae6 !important;
}

.bg-light-brown {
  background: #faf3be !important;
}

.bg-redbrown {
  background: #c65911 !important;
}

.bg-light-redbrown {
  background: #f4b084 !important;
}

.bg-pale-redbrown {
  background: #f8cbad !important;
}

.bg-dark-redbrown {
  background: #833c0c !important;
}

.bg-pale-blue {
  background: #9bc2e6 !important;
}

.bg-light-red {
  background: #fcede3 !important;
}

.bg-light-green {
  background: #e3f5d4 !important;
}

.bg-yellow {
  background: #fff800 !important;
}

.bg-grass {
  background: #95bd40 !important;
}

.bg-gold-gradient {
  background: #d7b428;
  background: -moz-linear-gradient(top, #d7b428 0%, #b4821e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7b428), color-stop(100%, #b4821e)) !important;
  background: -webkit-linear-gradient(top, #d7b428 0%, #b4821e 100%) !important;
  background: -o-linear-gradient(top, #d7b428 0%, #b4821e 100%) !important;
  background: -ms-linear-gradient(top, #d7b428 0%, #b4821e 100%) !important;
  background: linear-gradient(to bottom, #d7b428 0%, #b4821e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b428', endColorstr='#b4821e', GradientType=0 ) !important;
}

.bg-blue-gradient {
  background-color: #1b91cd;
  background: -moz-linear-gradient(top, #1b91cd 0%, #0053a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b91cd), color-stop(100%, #0053a5)) !important;
  background: -webkit-linear-gradient(top, #1b91cd 0%, #0053a5 100%) !important;
  background: -o-linear-gradient(top, #1b91cd 0%, #0053a5 100%) !important;
  background: -ms-linear-gradient(top, #1b91cd 0%, #0053a5 100%) !important;
  background: linear-gradient(to bottom, #1b91cd 0%, #0053a5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cd', endColorstr='#0053a5', GradientType=0 ) !important;
}

.bg-l-blue-gradient {
  background-color: #50cdf5;
  background: -moz-linear-gradient(top, #50cdf5 0%, #28a5e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50cdf5), color-stop(100%, #28a5e1)) !important;
  background: -webkit-linear-gradient(top, #50cdf5 0%, #28a5e1 100%) !important;
  background: -o-linear-gradient(top, #1b91cd 0%, #28a5e1 100%) !important;
  background: -ms-linear-gradient(top, #1b91cd 0%, #28a5e1 100%) !important;
  background: linear-gradient(to bottom, #50cdf5 0%, #28a5e1 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50cdf5', endColorstr='#28a5e1', GradientType=0 ) !important;
}

/* border */
.border-top-blue {
  border-top: 1px solid #28a5e1 !important;
}

.border-top-white {
  border-left: solid 1px white !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #c0c0c0 !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #28a5e1 !important;
}

.border-bottom-gold {
  border-bottom: solid 1px #dcb428 !important;
}

.border-top-gold {
  border-top: solid 1px #dcb428 !important;
}

.border-left-gold {
  border-left: solid 1px #dcb428 !important;
}

.border-left-white {
  border-left: solid 1px white !important;
}

.border-left-none {
  border-left: none !important;
}

.border-none {
  border: none !important;
}

.border-right-none {
  border-right: none !important;
}

.bg-gradient-gold, #navbar-sm .right-links .dropdown .border-bottom.border-gold {
  background: #dcb428;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dcb428 0%, #b99128 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dcb428 0%, #b99128 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dcb428 0%, #b99128 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb428', endColorstr='#b99128',GradientType=1 );
  /* IE6-9 */
}

 /*//duplicated style
.bg-gradient-blue {
    background: #28a5e1; 
    background: -moz-linear-gradient(left, #28a5e1 0%, #00479d 100%); 
    background: -webkit-linear-gradient(left, #28a5e1 0%,#00479d 100%); 
    background: linear-gradient(to right, #28a5e1 0%,#00479d 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5e1', endColorstr='#00479d',GradientType=1 ); 
}*/
.bg-gradient-blue, .navbar-on-top .top-right-link.top-right-login > a {
  background: #28a5e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #28a5e1 0%, #1e7dc3 110%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #28a5e1 0%, #1e7dc3 110%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #28a5e1 0%, #1e7dc3 110%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5e1', endColorstr='#1e7dc3',GradientType=1 );
  /* IE6-9 */
}

@media (min-width: 768px) {
  .sm-border-bottom {
    border-bottom: 1px solid #28a5e1;
  }
}

@media (max-width: 767px) {
  .xs-border-bottom {
    border-bottom: 1px solid #28a5e1;
  }
}

@media (min-width: 768px) {
  .sm-border-left {
    border-left: 1px solid #28a5e1;
  }
}

.table-fluid .border-left-blue {
  border-left: solid 1px #28a5e1 !important;
}

/* width */
.full-width {
  width: 100% !important;
}

/* jcustomized */
.border-left {
  border-left: none !important;
}

.other_client {
  max-height: 180px;
  max-width: 250px;
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

/* shhk */
.table-fluid .panel-body .col-sm-2 .width {
  width: 66% !important;
}

/* hk-futures */
.table-fluid .panel-body .col-sm-3 .width {
  width: 33% !important;
}

.img-margin-bottom img {
  margin-bottom: 15px;
}

/*.fit-width {
    width: 100% !important;
}*/
.style-input {
  display: block;
  width: 95%;
  height: 35px;
  padding: 6px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  text-align: center;
  border: none;
}
.style-input: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);
}

.table-calculator {
  padding: 8px 15px;
  border-bottom: 1px solid #28a5e1;
  border-top: 1px solid #28a5e1;
  background: #ebfcff;
}
.table-calculator tr td:first-child {
  text-align: left;
  vertical-align: middle;
}

.table-box {
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  border: 1px solid #28a5e1;
}
.table-box tr, .table-box td {
  padding: 8px 15px;
  vertical-align: top;
}
.table-box tr td:first-child {
  color: #1e7dc3;
  font-weight: 700;
}

.calendar {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  width: 220px;
}
.calendar h5 {
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.calendar header {
  overflow: clear;
  position: relative;
}
.calendar button {
  position: absolute;
  top: -4px;
}
.calendar button:first-child {
  left: 0;
}
.calendar button:last-child {
  right: 0;
}

.calendar-style {
  border: 1px solid #28a5e1;
  padding: 8px !important;
  width: 250px !important;
  display: inline-block;
}

.calendar-style header {
  border-bottom: 1px solid #28a5e1;
}
.calendar-style .selected {
  background: #1e7dc3;
  color: white;
  border-radius: 3px;
}
.calendar-style td {
  padding: 4px 8px !important;
}

.table-fluid-brown .table-row-0 td, .table-fluid-brown .table-row-2 td, .table-fluid-brown .table-row-1 td {
  width: 50% !important;
}
.table-fluid-brown .table-row-0 td:first-child, .table-fluid-brown .table-row-2 td:first-child, .table-fluid-brown .table-row-1 td:first-child {
  /*padding-left: 8px;*/
}
.table-fluid-brown a:hover .chevron-right-gray-darker {
  background: url(../images/chevron/chevron-right-gold.png);
}
.table-fluid-brown a:hover td {
  color: #b99128;
}
.table-fluid-brown .chevron-right-gray-darker {
  margin-top: 5px;
  margin-right: 100px;
}

.border-bottom-gray td div {
  display: table-cell;
}
.border-bottom-gray td div img {
  width: 100% !important;
  max-width: 221px !important;
  margin: 0 auto;
  display: block;
}

/* others  - download list center */
.download-list td ul.gold-disc {
  margin-top: 15px;
}
.download-list a {
  color: #666666;
}

/* others-client */
.client-tab {
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .client-tab {
    width: 50%;
  }
}
.client-tab.border-right {
  border-right: 3px solid #fff;
}
.client-tab.content {
  height: 180px;
  margin-top: 15px;
}
@media (max-width: 450px) {
  .client-tab.content {
    width: 100%;
    height: auto !important;
  }
}
.client-tab.content .other_client {
  max-height: 180px;
  max-width: 250px;
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.client-tab.text {
  padding: 0 5px 0 10px;
}

/*  sitemap  */
.sitemap {
  font-size: 13px;
}
.sitemap.panel {
  border: none;
  margin-bottom: 0;
  padding-top: 0;
  background: #1d4f8b;
}
.sitemap.panel a:focus {
  outline: none;
}
.sitemap.panel a::-moz-focus-inner {
  border: 0;
}
.sitemap.panel .panel-heading {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.sitemap.panel .panel-heading h4 {
  padding: 7px 15px 6px;
}
.sitemap .panel-body {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid white;
}
.sitemap .panel-body a, .sitemap .panel-body p, .sitemap .panel-body .disc {
  color: #5a5a5a;
}
.sitemap .newsletter {
  width: 100%;
  max-width: 290px;
  min-height: 170px;
  background-color: #aaaaaa;
  padding: 15px;
}
@media (min-width: 884px) {
  .sitemap .newsletter {
    float: right;
  }
}
.sitemap .newsletter a, .sitemap .newsletter p, .sitemap .newsletter .disc, .sitemap .newsletter span {
  color: white;
}
.sitemap .newsletter p {
  font-size: 15px;
}

/* To target IE 8, 9 and 10*/
@media screen\0 {
  a:hover {
    text-decoration: none;
  }

  img {
    border: none;
  }
}
/* To target IE 8 */
/* off canvas */
#nav.affix {
  position: fixed;
  top: 115px;
  width: 100%;
}
@media (max-width: 883px) {
  #nav.affix {
    top: 90px;
  }
}

#nav {
  position: relative;
  z-index: 5;
  background-color: white;
  padding-top: 10px;
}
#nav a {
  color: #5a5a5a;
  display: inline-block;
}
#nav a:hover {
  color: #28a5e1;
  text-decoration: none;
}
#nav hr {
  margin-bottom: 0;
}

.back-to-top {
  position: fixed;
  bottom: 6em;
  right: 22px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(135, 135, 135, 0.8);
  font-size: 16px;
  padding: 10px;
  display: none;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  z-index: 11;
}
.back-to-top span {
  position: relative;
  margin-top: 5px;
}
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
}

.icon {
  display: block;
  float: left;
  background-size: 70px 40px;
  background-repeat: no-repeat;
  min-width: 59px;
  height: 40px;
  margin-right: 15px;
}

.icon-title {
  display: block;
  float: left;
  min-width: 61px;
  height: 61px;
}

#accordion-footer a:hover {
  opacity: 1;
}
#accordion-footer a .panel-heading {
  border-radius: 0px;
}

.bg-lighter-teal a {
  color: #13a99a;
}
.bg-lighter-teal a:hover {
  text-decoration: none;
}

.path a {
  color: #5a5a5a;
}
.path a:hover {
  text-decoration: none;
}

.table-fluid .faq td, .table-fluid .faq th {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 883px) {
  .sm-letter-space {
    letter-spacing: 0;
  }
}

@media (min-width: 884px) and (max-width: 1029px) {
  .md-letter-space {
    letter-spacing: 0;
  }
}

@media (min-width: 1030px) {
  .lg-letter-space {
    letter-spacing: 0;
  }
}

.letter-space {
  letter-spacing: 0;
}

@media (max-width: 479px) {
  #beijing td {
    display: block;
    width: 100% \9;
    float: left\9;
  }
}

.full-width-accordion .panel {
  border-top: none;
}
.full-width-accordion .panel-title {
  font-size: 15px;
  padding: 6px 0px 6px 12px;
}
.full-width-accordion p {
  margin-top: 10px;
}
.full-width-accordion .center {
  text-align: center;
}
.full-width-accordion .center .img-size-half {
  width: 100%;
  vertical-align: top;
  max-width: 470px;
}
.full-width-accordion .center .img-size {
  max-width: 196px;
  width: 100%;
}

.center-height {
  height: 140px;
}
@media (max-width: 767px) {
  .center-height {
    height: 100px;
  }
}
.center-height .fix-center {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

.loading-panel {
  width: 200px;
  height: 100px;
}

.dxpLite {
  margin: auto;
  float: none;
  display: inline-block;
}

.dxgvControl {
  background: white;
}

.dxpLite .dxp-num {
  text-decoration: none;
  color: #5a5b5b;
  padding: 5px 8px;
  margin: 4px;
}
.dxpLite .dxp-num.pager-current {
  background-color: #1e7dc3;
  color: white;
  border-radius: 4px;
}

.pager-panel {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .pager-panel {
    display: none;
  }
}

.searchbox {
  position: relative;
  min-width: 42px;
  width: 0%;
  float: right;
  /*overflow: hidden;*/
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  -webkit-transition-delay: 0;
  /* Safari */
  transition-delay: 0;
  margin-top: 25px;
  max-width: 250px;
}
@media screen and (max-width: 883px) {
  .searchbox {
    display: none;
  }
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  height: initial !important;
  background: #f0f0f0;
  /*border: 1px solid #dcdcdc;*/
  width: 100%;
  /*height: 50px;*/
  margin: 0;
  padding: 4px 30px 5px 6px;
  color: red;
  border-radius: 0;
  font-size: 14px;
}
.searchbox-input input {
  background: transparent !important;
}

.subscribe-input {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f0f0f0;
}
.subscribe-input input, .subscribe-input button {
  font-size: 13px;
  height: 28px;
  padding: 3px 8px;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.subscribe-input input:focus, .subscribe-input button:focus {
  border: none;
  outline: none !important;
  box-shadow: none;
}
.subscribe-input .input-group-btn {
  border-left: 2px solid #aaaaaa;
}

.searchbox-icon,
.searchbox-submit {
  background-image: url(/content/images/icon/icon-home-search.png);
  background-repeat: no-repeat !important;
  background-size: 22px auto;
  background-position: 0px 5px;
  background-color: transparent;
  width: 26px;
  height: 29px;
  display: block;
  position: absolute;
  top: 0;
  /*font-family: verdana;
  font-size: 22px;*/
  right: 5px;
  padding: 0;
  margin: 0;
  border: none !important;
  outline: 0;
  /*line-height: 50px;*/
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
}

.searchbox-submit.absolute {
  top: 3px;
  right: 26px;
}

.searchbox-submit.shortsell {
  top: 35px;
  right: 26px;
}

.searchbox-open {
  width: 100%;
}

.searchbox-open-toogle.display {
  display: none;
}

.ui-menu-item {
  list-style: none;
}

.ui-autocomplete {
  background: white;
  overflow: auto;
  max-height: 260px;
  border: 1px solid #A0A0A0;
  color: #5a5a5a;
  z-index: 1040;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
}
@media screen and (max-width: 767px) {
  .ui-autocomplete {
    width: 94% !important;
  }
}
@media (min-width: 768px) and (max-width: 883px) {
  .ui-autocomplete {
    width: 720px !important;
  }
}
@media (min-width: 884px) and (max-width: 1029px) {
  .ui-autocomplete {
    width: 854px !important;
  }
}
@media screen and (min-width: 1030px) {
  .ui-autocomplete {
    width: 1000px !important;
  }
}
.ui-autocomplete li.ui-menu-item {
  padding: 8px 15px;
  margin-left: -40px;
}
.ui-autocomplete li.ui-menu-item.ui-state-focus {
  color: white;
  background-color: #1e7dc3;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

#ui-id-1 {
  width: 250px !important;
}

.form-control.form-dropdown, .form-control.form-calendar {
  cursor: pointer;
}
.form-control.form-dropdown input[type="text"].dxeEditArea, .form-control.form-calendar input[type="text"].dxeEditArea {
  cursor: pointer !important;
}
.form-control.dxeNullText input[type="text"].dxeEditArea {
  color: #999999 !important;
}
.form-control .form-calendar-wrapper {
  width: 90%;
  margin: auto;
}
.form-control .form-calendar-next {
  position: absolute;
  top: 50%;
  right: 5px;
}
.form-control .dxeRoot {
  position: relative;
}
.form-control .dxeRoot .dxeErrorFrame .dxpcDropDown {
  width: calc(100% - 26px) !important;
}
.form-control .dxeRoot .dxpcDropDown {
  left: auto !important;
}

.container-voucher {
  width: 80%;
  margin: auto;
  background-color: black;
  height: 50px;
}
