/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6ebe49;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4b813d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4375;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 33px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf2e9;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #6ebe49;
}
a.text-primary:hover {
  color: #589c38;
}
.text-success {
  color: #6ebe49;
}
a.text-success:hover {
  color: #589c38;
}
.text-info {
  color: #00a1dd;
}
a.text-info:hover {
  color: #007caa;
}
.text-warning {
  color: #ff5000;
}
a.text-warning:hover {
  color: #cc4000;
}
.text-danger {
  color: #dc1f2e;
}
a.text-danger:hover {
  color: #af1925;
}
.bg-primary {
  color: #fff;
  background-color: #6ebe49;
}
a.bg-primary:hover {
  background-color: #589c38;
}
.bg-success {
  background-color: #effce9;
}
a.bg-success:hover {
  background-color: #cef6bc;
}
.bg-info {
  background-color: #e9f7fc;
}
a.bg-info:hover {
  background-color: #bce7f6;
}
.bg-warning {
  background-color: #fcf2e9;
}
a.bg-warning:hover {
  background-color: #f6d7bc;
}
.bg-danger {
  background-color: #fce9ea;
}
a.bg-danger:hover {
  background-color: #f6bcbf;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.4375;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4375;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.4375;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.4375;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4375;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d8d8d8;
}
.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: #cbcbcb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #effce9;
}
.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: #dff9d3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e9f7fc;
}
.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: #d3eff9;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf2e9;
}
.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: #f9e5d3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fce9ea;
}
.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: #f9d3d5;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.4375;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.4375;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #33b4e4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 180, 228, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 180, 228, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f0f0f0;
  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: 39px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 39px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 32px;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.3571428;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 32px;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.3571428;
  border-radius: 2px;
}
select.form-group-sm .form-control {
  height: 32px;
  line-height: 32px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.3571428;
  min-height: 37px;
}
.input-lg {
  height: 45px;
  padding: 12px 28px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 12px 28px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  padding: 12px 28px;
  font-size: 19px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.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: #6ebe49;
}
.has-success .form-control {
  border-color: #6ebe49;
  -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: #589c38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aad994;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aad994;
}
.has-success .input-group-addon {
  color: #6ebe49;
  border-color: #6ebe49;
  background-color: #effce9;
}
.has-success .form-control-feedback {
  color: #6ebe49;
}
.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: #ff5000;
}
.has-warning .form-control {
  border-color: #ff5000;
  -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: #cc4000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9666;
}
.has-warning .input-group-addon {
  color: #ff5000;
  border-color: #ff5000;
  background-color: #fcf2e9;
}
.has-warning .form-control-feedback {
  color: #ff5000;
}
.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: #dc1f2e;
}
.has-error .form-control {
  border-color: #dc1f2e;
  -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: #af1925;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec757f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec757f;
}
.has-error .input-group-addon {
  color: #dc1f2e;
  border-color: #dc1f2e;
  background-color: #fce9ea;
}
.has-error .form-control-feedback {
  color: #dc1f2e;
}
.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.9999996px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.4375;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  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: #ffffff;
  background-color: #868689;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #6d6d6f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #868689;
  border-color: transparent;
}
.btn-default .badge {
  color: #868689;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #6ebe49;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #589c38;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6ebe49;
  border-color: transparent;
}
.btn-primary .badge {
  color: #6ebe49;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #6ebe49;
  border-color: #62af3e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #589c38;
  border-color: #49822e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #6ebe49;
  border-color: #62af3e;
}
.btn-success .badge {
  color: #6ebe49;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #00a1dd;
  border-color: #008ec4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #007caa;
  border-color: #006286;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00a1dd;
  border-color: #008ec4;
}
.btn-info .badge {
  color: #00a1dd;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff5000;
  border-color: #e64800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc4000;
  border-color: #a83500;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff5000;
  border-color: #e64800;
}
.btn-warning .badge {
  color: #ff5000;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #dc1f2e;
  border-color: #c61c29;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #af1925;
  border-color: #90141e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dc1f2e;
  border-color: #c61c29;
}
.btn-danger .badge {
  color: #dc1f2e;
  background-color: #ffffff;
}
.btn-link {
  color: #6ebe49;
  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: #4b813d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 28px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1.3571428;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.3571428;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4375;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #dde9ed;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00678d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4375;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 12px 28px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
  height: 45px;
  padding: 12px 15px 10px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
  padding: 8px 15px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 9px 18px;
  line-height: 1.3571428;
  border-radius: 2px;
  height: 32px;
  padding: 9px 11px 6px;
  font-size: 14px;
  line-height: 15px;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
  padding: 5px 11px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 9px 18px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 12px 28px;
  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;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6ebe49;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4375;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #6ebe49;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13.5px 6px;
  font-size: 19px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -6px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -6px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
.navbar-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  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: 5.5px;
  margin-bottom: 5.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;
  }
}
.navbar-form .checkbox-custom + label,
.navbar-form .radio-custom + label {
  padding-left: 21px;
  font-weight: normal;
  margin-bottom: 0;
}
.navbar-form .checkbox-custom.input-lg + label,
.navbar-form .radio-custom.input-lg + label {
  padding-left: 23px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -6px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #999999;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 22px;
  line-height: 1.4375;
  text-decoration: none;
  color: #6ebe49;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #4b813d;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6ebe49;
  border-color: #6ebe49;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 28px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 9px 18px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #6ebe49;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #589c38;
}
.label-success {
  background-color: #6ebe49;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #589c38;
}
.label-info {
  background-color: #00a1dd;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007caa;
}
.label-warning {
  background-color: #ff5000;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc4000;
}
.label-danger {
  background-color: #dc1f2e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #af1925;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6ebe49;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.4375;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6ebe49;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #effce9;
  border-color: #d0f2c0;
  color: #6ebe49;
}
.alert-success hr {
  border-top-color: #c0eeab;
}
.alert-success .alert-link {
  color: #589c38;
}
.alert-info {
  background-color: #e9f7fc;
  border-color: #c0e4f2;
  color: #00a1dd;
}
.alert-info hr {
  border-top-color: #abdbee;
}
.alert-info .alert-link {
  color: #007caa;
}
.alert-warning {
  background-color: #fcf2e9;
  border-color: #f2d9c0;
  color: #ff5000;
}
.alert-warning hr {
  border-top-color: #eeccab;
}
.alert-warning .alert-link {
  color: #cc4000;
}
.alert-danger {
  background-color: #fce9ea;
  border-color: #f2c0c4;
  color: #dc1f2e;
}
.alert-danger hr {
  border-top-color: #eeabb0;
}
.alert-danger .alert-link {
  color: #af1925;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #6ebe49;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #6ebe49;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00a1dd;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff5000;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #dc1f2e;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6ebe49;
  border-color: #6ebe49;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e6f4df;
}
.list-group-item-success {
  color: #6ebe49;
  background-color: #effce9;
}
a.list-group-item-success {
  color: #6ebe49;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #6ebe49;
  background-color: #dff9d3;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #6ebe49;
  border-color: #6ebe49;
}
.list-group-item-info {
  color: #00a1dd;
  background-color: #e9f7fc;
}
a.list-group-item-info {
  color: #00a1dd;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #00a1dd;
  background-color: #d3eff9;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #00a1dd;
  border-color: #00a1dd;
}
.list-group-item-warning {
  color: #ff5000;
  background-color: #fcf2e9;
}
a.list-group-item-warning {
  color: #ff5000;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ff5000;
  background-color: #f9e5d3;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff5000;
  border-color: #ff5000;
}
.list-group-item-danger {
  color: #dc1f2e;
  background-color: #fce9ea;
}
a.list-group-item-danger {
  color: #dc1f2e;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #dc1f2e;
  background-color: #f9d3d5;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #dc1f2e;
  border-color: #dc1f2e;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 13px;
}
.panel-heading {
  padding: 9px 13px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 9px 13px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 13px;
  padding-right: 13px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ebebeb;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #ebebeb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
.panel-default > .panel-heading .badge {
  color: #f8f8f8;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}
.panel-primary {
  border-color: #4b813d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #6ebe49;
  border-color: #4b813d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4b813d;
}
.panel-primary > .panel-heading .badge {
  color: #6ebe49;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4b813d;
}
.panel-success {
  border-color: #008fc3;
}
.panel-success > .panel-heading {
  color: #6ebe49;
  background-color: #00a1dd;
  border-color: #008fc3;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008fc3;
}
.panel-success > .panel-heading .badge {
  color: #00a1dd;
  background-color: #6ebe49;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008fc3;
}
.panel-info {
  border-color: #055b61;
}
.panel-info > .panel-heading {
  color: #00a1dd;
  background-color: #008f98;
  border-color: #055b61;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #055b61;
}
.panel-info > .panel-heading .badge {
  color: #008f98;
  background-color: #00a1dd;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #055b61;
}
.panel-warning {
  border-color: #fed457;
}
.panel-warning > .panel-heading {
  color: #ff5000;
  background-color: #fee7a3;
  border-color: #fed457;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fed457;
}
.panel-warning > .panel-heading .badge {
  color: #fee7a3;
  background-color: #ff5000;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fed457;
}
.panel-danger {
  border-color: #f2c0c4;
}
.panel-danger > .panel-heading {
  color: #dc1f2e;
  background-color: #fce9ea;
  border-color: #f2c0c4;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2c0c4;
}
.panel-danger > .panel-heading .badge {
  color: #fce9ea;
  background-color: #dc1f2e;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2c0c4;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4375px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4375;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  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: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.6);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.6);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.6);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.6);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.6);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4375;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 22px;
  color: #cccccc;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #cccccc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.row.row-reverse [class^="col-"] {
  float: right;
}
@media (max-width: 767px) {
  .row.row-reverse [class^="col-"] {
    float: none;
  }
}
body {
  font-size: 14px;
  line-height: 1.3571428;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.4375;
  }
}
a:hover,
a:focus {
  color: #6ebe49;
}
a:active,
a.active {
  color: #2d8f00;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 85%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 85%;
}
.headline-jumbo {
  font-size: 33px;
  line-height: 37px;
}
@media (min-width: 992px) {
  .headline-jumbo {
    font-size: 60px;
    line-height: 57px;
  }
}
.headline-big {
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .headline-big {
    font-size: 45px;
    line-height: 49px;
  }
}
h1,
.h1 {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
h2,
.h2 {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 33px;
    line-height: 37px;
  }
}
h3,
.h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
h4,
.h4 {
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 25px;
    line-height: 29px;
  }
}
h5,
.h5 {
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 19px;
    line-height: 24px;
  }
}
p {
  margin: 0 0 9.5px;
}
@media (min-width: 992px) {
  p {
    margin-bottom: 11.5px;
  }
}
.body-small {
  font-size: 14px;
  line-height: 1.3571428;
  margin-bottom: 9.5px;
}
.descriptor-text {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .descriptor-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
.smallcap-text {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 7.5px;
  text-transform: uppercase;
  font-weight: bold;
}
.timestamp-text {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 7px;
  color: #999;
}
.footer-text {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5.5px;
  color: #999;
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf2e9;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-alt-normal {
  color: #666666;
}
.text-hint {
  color: #999999;
}
.text-ghost {
  color: #bbbbbb;
}
.text-danger {
  color: #dc1f2e;
}
.text-success {
  color: #6ebe49;
}
.text-warning {
  color: #ff5000;
}
.text-info {
  color: #00a1dd;
}
.bg-warning,
.bg-danger,
.bg-success,
.bg-info {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.bg-warning .bg-cont-link,
.bg-danger .bg-cont-link,
.bg-success .bg-cont-link,
.bg-info .bg-cont-link {
  color: inherit;
}
.bg-warning {
  color: #ff5000;
  background-color: #fcf2e9;
  border-color: #f2d9c0;
}
.bg-danger {
  color: #dc1f2e;
  background-color: #fce9ea;
  border-color: #f2c0c4;
}
.bg-success {
  color: #6ebe49;
  background-color: #effce9;
  border-color: #d0f2c0;
}
.bg-info {
  color: #00a1dd;
  background-color: #e9f7fc;
  border-color: #c0e4f2;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.4375;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4375;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.4375;
}
.container,
.container-fluid {
  padding-left: 6px;
  padding-right: 6px;
  /*
	@media (min-width: @screen-sm-min) {
    padding-left:  (@grid-gutter-side-width / 2);
		padding-right: (@grid-gutter-side-width / 2);
  }
	*/
}
@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-fluid {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.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 {
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .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 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  .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 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .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 {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.table {
  font-size: 14px;
  border-bottom: 1px solid #666;
}
.table > thead > tr > th {
  border-bottom: 1px solid #666666;
}
.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
  border-top: 1px solid #666666;
}
.table > tbody > tr:hover {
  background-color: #eeeeee;
}
.table > tbody > tr.odd,
.table > tbody > tr.odd + .insert {
  background-color: #fff;
}
.table > tbody > tr.odd:hover,
.table > tbody > tr.odd + .insert:hover {
  background-color: #eeeeee;
}
.table > tbody > tr.even,
.table > tbody > tr.even + .insert {
  background-color: #f8f8f8;
}
.table > tbody > tr.even:hover,
.table > tbody > tr.even + .insert:hover {
  background-color: #eeeeee;
}
.table > tbody > tr.odd + .insert > td,
.table > tbody > tr.even + .insert > td {
  border-top: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0;
}
.table-bordered > tbody > tr:first-child > th,
.table-bordered > tbody > tr:first-child > td {
  border-top-color: #cccccc;
}
.table-dark-th > thead > tr {
  background: #666;
}
.table-dark-th > thead > tr > th,
.table-dark-th > thead > tr > td {
  color: #fff;
}
.table-striped,
.table-hybrid {
  border-bottom: 0;
}
.table-striped > thead > tr > th,
.table-hybrid > thead > tr > th {
  border-bottom-color: #ccc;
}
.table-striped > tbody > tr:first-child > th,
.table-hybrid > tbody > tr:first-child > th,
.table-striped > tbody > tr:first-child > td,
.table-hybrid > tbody > tr:first-child > td {
  border-top-color: #ccc;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd):hover,
.table-hybrid > tbody > tr:nth-of-type(odd):hover {
  background-color: #eeeeee;
}
.table-striped > tbody > tr:nth-of-type(even),
.table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.table-striped > tbody > tr:nth-of-type(even):hover,
.table-hybrid > tbody > tr:nth-of-type(even):hover {
  background-color: #eeeeee;
}
.table-striped.table-bordered > thead > tr > th,
.table-hybrid.table-bordered > thead > tr > th,
.table-striped.table-bordered > tbody > tr > th,
.table-hybrid.table-bordered > tbody > tr > th,
.table-striped.table-bordered > tfoot > tr > th,
.table-hybrid.table-bordered > tfoot > tr > th,
.table-striped.table-bordered > thead > tr > td,
.table-hybrid.table-bordered > thead > tr > td,
.table-striped.table-bordered > tbody > tr > td,
.table-hybrid.table-bordered > tbody > tr > td,
.table-striped.table-bordered > tfoot > tr > td,
.table-hybrid.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.table-hybrid {
  border-bottom: 1px solid #666;
}
.table-hybrid > thead > tr > th {
  border-bottom-color: #666;
}
.table-hybrid > tbody > tr:first-child > th,
.table-hybrid > tbody > tr:first-child > td {
  border-top-color: #666;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d8d8d8;
}
.table > thead > tr > td.active:hover,
.table > tbody > tr > td.active:hover,
.table > tfoot > tr > td.active:hover,
.table > thead > tr > th.active:hover,
.table > tbody > tr > th.active:hover,
.table > tfoot > tr > th.active:hover,
.table > thead > tr.active:hover > td,
.table > tbody > tr.active:hover > td,
.table > tfoot > tr.active:hover > td,
.table > thead > tr:hover > .active,
.table > tbody > tr:hover > .active,
.table > tfoot > tr:hover > .active,
.table > thead > tr.active:hover > th,
.table > tbody > tr.active:hover > th,
.table > tfoot > tr.active:hover > th {
  background-color: #cbcbcb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #effce9;
}
.table > thead > tr > td.success:hover,
.table > tbody > tr > td.success:hover,
.table > tfoot > tr > td.success:hover,
.table > thead > tr > th.success:hover,
.table > tbody > tr > th.success:hover,
.table > tfoot > tr > th.success:hover,
.table > thead > tr.success:hover > td,
.table > tbody > tr.success:hover > td,
.table > tfoot > tr.success:hover > td,
.table > thead > tr:hover > .success,
.table > tbody > tr:hover > .success,
.table > tfoot > tr:hover > .success,
.table > thead > tr.success:hover > th,
.table > tbody > tr.success:hover > th,
.table > tfoot > tr.success:hover > th {
  background-color: #dff9d3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e9f7fc;
}
.table > thead > tr > td.info:hover,
.table > tbody > tr > td.info:hover,
.table > tfoot > tr > td.info:hover,
.table > thead > tr > th.info:hover,
.table > tbody > tr > th.info:hover,
.table > tfoot > tr > th.info:hover,
.table > thead > tr.info:hover > td,
.table > tbody > tr.info:hover > td,
.table > tfoot > tr.info:hover > td,
.table > thead > tr:hover > .info,
.table > tbody > tr:hover > .info,
.table > tfoot > tr:hover > .info,
.table > thead > tr.info:hover > th,
.table > tbody > tr.info:hover > th,
.table > tfoot > tr.info:hover > th {
  background-color: #d3eff9;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf2e9;
}
.table > thead > tr > td.warning:hover,
.table > tbody > tr > td.warning:hover,
.table > tfoot > tr > td.warning:hover,
.table > thead > tr > th.warning:hover,
.table > tbody > tr > th.warning:hover,
.table > tfoot > tr > th.warning:hover,
.table > thead > tr.warning:hover > td,
.table > tbody > tr.warning:hover > td,
.table > tfoot > tr.warning:hover > td,
.table > thead > tr:hover > .warning,
.table > tbody > tr:hover > .warning,
.table > tfoot > tr:hover > .warning,
.table > thead > tr.warning:hover > th,
.table > tbody > tr.warning:hover > th,
.table > tfoot > tr.warning:hover > th {
  background-color: #f9e5d3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fce9ea;
}
.table > thead > tr > td.danger:hover,
.table > tbody > tr > td.danger:hover,
.table > tfoot > tr > td.danger:hover,
.table > thead > tr > th.danger:hover,
.table > tbody > tr > th.danger:hover,
.table > tfoot > tr > th.danger:hover,
.table > thead > tr.danger:hover > td,
.table > tbody > tr.danger:hover > td,
.table > tfoot > tr.danger:hover > td,
.table > thead > tr:hover > .danger,
.table > tbody > tr:hover > .danger,
.table > tfoot > tr:hover > .danger,
.table > thead > tr.danger:hover > th,
.table > tbody > tr.danger:hover > th,
.table > tfoot > tr.danger:hover > th {
  background-color: #f9d3d5;
}
label {
  margin-bottom: 8px;
}
label .hint-text {
  font-weight: normal;
  margin-left: 5px;
}
label .ht-optional {
  color: #999;
}
label .ht-required {
  color: #dc1f2e;
}
.form-label {
  font-weight: bold;
  margin-bottom: 6px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
}
.form-control {
  padding: 10px 13px 9px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: border-color linear .2s, box-shadow linear .2s;
  -o-transition: border-color linear .2s, box-shadow linear .2s;
  transition: border-color linear .2s, box-shadow linear .2s;
}
.form-control:focus {
  border-color: rgba(51, 180, 228, 0.8);
  color: #333333;
  -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);
}
.radio,
.checkbox {
  margin-top: 0;
}
.input-xs {
  height: 25px;
  padding: 5px 10px 4px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 3px;
}
select.input-xs {
  height: 25px;
  line-height: 25px;
  padding: 1px 10px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
.form-group-xs .form-control {
  height: 25px;
  padding: 5px 10px 4px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 3px;
}
select.form-group-xs .form-control {
  height: 25px;
  line-height: 25px;
  padding: 1px 10px;
}
textarea.form-group-xs .form-control,
select[multiple].form-group-xs .form-control {
  height: auto;
}
.form-group-xs .form-control-static {
  height: 25px;
  padding: 5px 10px 4px;
  font-size: 13px;
  line-height: 14px;
  min-height: 27px;
}
.input-sm {
  height: 32px;
  padding: 9px 11px 6px;
  font-size: 14px;
  line-height: 15px;
  border-radius: 3px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
  padding: 5px 11px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 32px;
  padding: 9px 11px 6px;
  font-size: 14px;
  line-height: 15px;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 32px;
  line-height: 32px;
  padding: 5px 11px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  padding: 9px 11px 6px;
  font-size: 14px;
  line-height: 15px;
  min-height: 29px;
}
.input-lg {
  height: 45px;
  padding: 12px 15px 10px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
  padding: 8px 15px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 12px 15px 10px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 3px;
}
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
  padding: 8px 15px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  padding: 12px 15px 10px;
  font-size: 16px;
  line-height: 21px;
  min-height: 37px;
}
.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: #333333;
}
.has-success .help-block,
.has-success .control-label,
.has-success .validation-message,
.has-success .help-block.radio-inline,
.has-success .control-label.radio-inline,
.has-success .validation-message.radio-inline,
.has-success .help-block.checkbox-inline,
.has-success .control-label.checkbox-inline,
.has-success .validation-message.checkbox-inline {
  color: #6ebe49;
}
.has-success .validation-message {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .has-success .validation-message {
    font-size: 13px;
    line-height: 18px;
  }
}
.has-success select + .validation-message,
.has-success input + .validation-message,
.has-success .input-group + .validation-message {
  margin-top: 6px;
}
.has-success .form-control {
  border-color: #6ebe49;
  -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: #589c38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aad994;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aad994;
}
.has-success .input-group-addon {
  color: #6ebe49;
  border-color: #6ebe49;
  background-color: #effce9;
}
.has-success .form-control-feedback {
  color: #6ebe49;
}
.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: #333333;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .validation-message,
.has-warning .help-block.radio-inline,
.has-warning .control-label.radio-inline,
.has-warning .validation-message.radio-inline,
.has-warning .help-block.checkbox-inline,
.has-warning .control-label.checkbox-inline,
.has-warning .validation-message.checkbox-inline {
  color: #ff5000;
}
.has-warning .validation-message {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .has-warning .validation-message {
    font-size: 13px;
    line-height: 18px;
  }
}
.has-warning select + .validation-message,
.has-warning input + .validation-message,
.has-warning .input-group + .validation-message {
  margin-top: 6px;
}
.has-warning .form-control {
  border-color: #ff5000;
  -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: #cc4000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9666;
}
.has-warning .input-group-addon {
  color: #ff5000;
  border-color: #ff5000;
  background-color: #fcf2e9;
}
.has-warning .form-control-feedback {
  color: #ff5000;
}
.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: #333333;
}
.has-error .help-block,
.has-error .control-label,
.has-error .validation-message,
.has-error .help-block.radio-inline,
.has-error .control-label.radio-inline,
.has-error .validation-message.radio-inline,
.has-error .help-block.checkbox-inline,
.has-error .control-label.checkbox-inline,
.has-error .validation-message.checkbox-inline {
  color: #dc1f2e;
}
.has-error .validation-message {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .has-error .validation-message {
    font-size: 13px;
    line-height: 18px;
  }
}
.has-error select + .validation-message,
.has-error input + .validation-message,
.has-error .input-group + .validation-message {
  margin-top: 6px;
}
.has-error .form-control {
  border-color: #dc1f2e;
  -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: #af1925;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec757f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec757f;
}
.has-error .input-group-addon {
  color: #dc1f2e;
  border-color: #dc1f2e;
  background-color: #fce9ea;
}
.has-error .form-control-feedback {
  color: #dc1f2e;
}
.checkbox-custom,
.radio-custom {
  display: none;
}
.checkbox-custom.input-lg + label,
.radio-custom.input-lg + label {
  padding-left: 23px;
  font-size: 16px;
}
.checkbox-custom.input-lg + label > span,
.radio-custom.input-lg + label > span {
  top: 3px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
}
.checkbox-custom + label,
.radio-custom + label {
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  line-height: 23px;
}
.checkbox-custom + label > span,
.radio-custom + label > span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  background-color: #fff;
}
.checkbox-custom + label > span > i,
.radio-custom + label > span > i {
  display: none;
}
.checkbox-custom + label:hover > span,
.radio-custom + label:hover > span,
.checkbox-custom + label:active > span,
.radio-custom + label:active > span {
  background-color: #f5fcea;
}
.checkbox-custom + label:active > span > i,
.radio-custom + label:active > span > i {
  color: #2d8f00;
}
.checkbox-custom:checked + label > span,
.radio-custom:checked + label > span {
  color: #6ebe49;
}
.checkbox-custom:checked + label > span > i,
.radio-custom:checked + label > span > i {
  display: block;
}
.checkbox-custom[disabled] + label > span,
.radio-custom[disabled] + label > span,
.checkbox-custom[disabled] + label:hover > span,
.radio-custom[disabled] + label:hover > span,
.checkbox-custom[disabled] + label:active > span,
.radio-custom[disabled] + label:active > span {
  background: #e8e8e8;
  border-color: #999;
}
.checkbox-custom[disabled]:checked + label > span > i,
.radio-custom[disabled]:checked + label > span > i {
  color: #90eb66;
}
.radio-custom.input-lg + label > span {
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
}
.radio-custom.input-lg + label > span > i {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
.radio-custom + label > span,
.radio-custom + label > span > i {
  border-radius: 50%;
}
.radio-custom + label > span > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: transparent;
}
.radio-custom:checked + label:active > span > i {
  background-color: #2d8f00;
}
.radio-custom:checked + label > span > i {
  background-color: #6ebe49;
}
.radio-custom[disabled]:checked + label > span > i,
.radio-custom[disabled]:checked + label:active > span > i {
  background-color: #90eb66;
}
.checkbox-custom + label > span {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.checkbox-custom.checkbox-indet + label > span > i,
.checkbox-custom:indeterminate + label > span > i {
  display: none;
}
.checkbox-custom.checkbox-indet:checked + label > span:after,
.checkbox-custom:indeterminate:checked + label > span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #6ebe49;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -4px;
}
.checkbox-custom.checkbox-indet:active + label > span:after,
.checkbox-custom:indeterminate:active + label > span:after {
  background-color: #2d8f00;
}
.checkbox-custom.checkbox-indet[disabled]:checked + label > span:after,
.checkbox-custom:indeterminate[disabled]:checked + label > span:after,
.checkbox-custom.checkbox-indet[disabled]:checked + label:active > span:after,
.checkbox-custom:indeterminate[disabled]:checked + label:active > span:after {
  background-color: #90eb66;
}
.checkbox-custom.checkbox-indet.input-lg:checked + label > span:after,
.checkbox-custom:indeterminate.input-lg:checked + label > span:after {
  width: 10px;
  margin-left: -5px;
}
.form-inline .checkbox-custom + label,
.form-inline .radio-custom + label {
  padding-left: 21px;
  font-weight: normal;
  margin-bottom: 0;
}
.form-inline .checkbox-custom.input-lg + label,
.form-inline .radio-custom.input-lg + label {
  padding-left: 23px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-right: 8px;
  }
}
.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) {
  .form-horizontal .form-group {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.form-horizontal .form-inline > .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-inline > .form-group {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .form-horizontal.form-horizontal-left .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.9999996px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
  }
}
.form-phone-number {
  font-size: 0;
}
.form-phone-number [class^="fpn-code-"] {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.form-phone-number [class^="fpn-code-"]:first-child {
  margin-left: 0;
}
.form-phone-number .fpn-code-country {
  width: 50%;
  padding: 0 15px;
}
.form-phone-number .fpn-code-country:before,
.form-phone-number .fpn-code-country:after {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-top: -13px;
  content: "(";
  width: 15px;
  text-align: center;
}
.form-phone-number .fpn-code-country:after {
  left: auto;
  right: 0;
  content: ")";
}
.form-phone-number .fpn-code-country input {
  text-align: center;
}
@media (min-width: 768px) {
  .form-phone-number .fpn-code-country {
    width: 100px;
  }
}
.form-phone-number .fpn-code-area {
  width: 50%;
  padding: 0 15px 0 0;
}
.form-phone-number .fpn-code-area:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-top: -13px;
  content: "â€“";
  width: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-phone-number .fpn-code-area {
    width: 100px;
  }
}
.form-phone-number .fpn-code-sub {
  width: 100%;
}
@media (min-width: 768px) {
  .form-phone-number .fpn-code-sub {
    width: 170px;
  }
}
.btn {
  text-transform: uppercase;
  white-space: normal;
  border-width: 0;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #eee;
  color: #bbb;
}
.btn.btn-outline {
  border-width: 1px;
  padding: 9px 21px;
  font-size: 14px;
  line-height: 18px;
}
.btn.btn-outline.disabled,
.btn.btn-outline[disabled],
fieldset[disabled] .btn.btn-outline,
.btn.btn-outline.disabled:hover,
.btn.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-outline:hover,
.btn.btn-outline.disabled:focus,
.btn.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-outline:focus,
.btn.btn-outline.disabled.focus,
.btn.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-outline.focus,
.btn.btn-outline.disabled:active,
.btn.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-outline:active,
.btn.btn-outline.disabled.active,
.btn.btn-outline[disabled].active,
fieldset[disabled] .btn.btn-outline.active {
  background-color: transparent;
  border-color: #bbb;
  color: #bbb;
}
.btn-default {
  color: #ffffff;
  background-color: #868689;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default.active,
.btn-default:active {
  color: #ffffff;
  background-color: #666666;
  border-color: transparent;
}
.btn-default.btn-outline {
  color: #868689;
  background-color: transparent;
  border-color: #868689;
}
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus,
.btn-default.btn-outline.active,
.btn-default.btn-outline:active {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}
.btn-primary {
  color: #ffffff;
  background-color: #6ebe49;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:active {
  color: #ffffff;
  background-color: #4b813d;
  border-color: transparent;
}
.btn-primary.btn-outline {
  border-width: 1px;
  color: #6ebe49;
  background-color: transparent;
  border-color: #6ebe49;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus,
.btn-primary.btn-outline.active,
.btn-primary.btn-outline:active {
  color: #4b813d;
  background-color: transparent;
  border-color: #4b813d;
}
.btn-purchase {
  color: #ffffff;
  background-color: #e53e2f;
  border-color: #b93226;
}
.btn-purchase:hover,
.btn-purchase:focus,
.btn-purchase.focus,
.btn-purchase.active,
.btn-purchase:active {
  color: #ffffff;
  background-color: #e53e2f;
  border-color: #b93226;
}
.btn-link {
  color: #6ebe49;
  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: #6ebe49;
}
.btn-link:active {
  color: #2d8f00;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 28px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 3px;
}
.btn-lg.btn-outline {
  padding: 11px 27px;
  font-size: 16px;
  line-height: 21px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 18px;
  font-size: 12px;
  line-height: 15px;
}
.btn-sm.btn-outline {
  padding: 8px 17px;
  font-size: 12px;
  line-height: 15px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 10px;
  font-size: 11px;
  line-height: 13px;
}
.btn-xs.btn-outline {
  padding: 2px 9px;
  font-size: 11px;
  line-height: 13px;
}
.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%;
}
.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333333;
}
.dropdown-menu > li > a:active {
  color: #ffffff;
  background-color: #00678d;
}
.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #29373d;
}
.dropdown-toggle .ss-icon {
  font-size: .85em;
}
a.dropdown-toggle .ss-icon {
  font-size: .65em;
}
.dropdown-toggle [class^="fa fa-"] {
  font-size: .95em;
}
a.dropdown-toggle [class^="fa fa-"] {
  font-size: .75em;
}
button + button.dropdown-toggle .ss-icon {
  font-size: 14px;
}
button + button.dropdown-toggle [class^="fa fa-"] {
  font-size: 14px;
}
.dropdown-toggle [class^="fa fa-"] {
  position: relative;
  top: -2px;
}
.breadcrumb {
  float: left;
  clear: both;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 3px 0 3px 6px;
  margin: 8px 0 8px -6px;
}
.breadcrumb > .active {
  color: #333333;
  font-weight: bold;
}
.breadcrumb > .active + li:before {
  font-weight: normal;
}
.breadcrumb > li {
  font-size: 11px;
  line-height: 14px;
  height: 14px;
  margin-right: 6px;
}
.breadcrumb > li:before {
  content: none;
  display: none;
}
.breadcrumb > li > .ss-icon {
  font-size: 7px;
  line-height: 14px;
}
.breadcrumb > li > [class^="fa fa-"] {
  font-size: 8px;
}
.pagination {
  margin: 0;
}
.pagination > li.disabled > a {
  color: #dddddd;
}
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
  background-color: #eeeeee;
  color: #dddddd;
  outline: 0;
}
.pagination > li.active > a {
  color: #2f3d29;
  background: transparent;
  border-color: #dddddd;
}
.pagination > li.active > a:hover {
  color: #2f3d29;
  background: #eeeeee;
  border-color: #dddddd;
}
.pagination > li.active > a:focus {
  background: #eeeeee;
  color: #2f3d29;
  border-color: #dddddd;
}
.pagination > li > a {
  padding: 4px 12px 3px;
  margin-bottom: 5px;
}
.pagination > li > a span[class*="ss-"] {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: 1px;
}
.pagination > li > a span[class*="fa fa-"] {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: 1px;
}
.pagination > li > a:hover {
  color: #6ebe49;
}
.pagination > li > a:focus {
  outline: 0;
}
.pagination > li > a:active {
  color: #2d8f00;
  background-color: #eeeeee;
}
.pagination > li > a.hoved {
  background-color: #eeeeee;
}
.pagination > li > a[aria-label="Previous"] span.sr-only,
.pagination > li > a[aria-label="Next"] span.sr-only {
  position: relative;
}
.pagination > li > a[aria-label="Previous"] span.sr-only + [class*="ss-"],
.pagination > li > a[aria-label="Next"] span.sr-only + [class*="ss-"] {
  font-size: 9px;
  top: 4px;
}
.pagination > li > a[aria-label="Previous"] span.sr-only + [class*="fa fa-"],
.pagination > li > a[aria-label="Next"] span.sr-only + [class*="fa fa-"] {
  font-size: 9px;
  top: 3px;
}
.pagination > li > a[aria-label="Previous"] span.sr-only + [class*="ss-"] {
  float: left;
  margin-right: 5px;
}
.pagination > li > a[aria-label="Previous"] span.sr-only + [class*="fa fa-"] {
  float: left;
  margin-right: 5px;
}
.pagination > li > a[aria-label="Next"] span.sr-only + [class*="ss-"] {
  float: right;
  margin-left: 5px;
}
.pagination > li > a[aria-label="Next"] span.sr-only + [class*="fa fa-"] {
  float: right;
  margin-left: 5px;
}
.pager > li {
  float: left;
}
.pager > li > a {
  margin-left: -1px;
  padding: 4px 12px 3px;
}
.pager > li > a > span {
  vertical-align: middle;
}
.pager > li > a > span:first-child {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: 1px;
}
.pager > li > a.hoved {
  background-color: #eeeeee;
}
.pager > li.disabled > a {
  color: #dddddd;
}
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus {
  background-color: #eeeeee;
  color: #dddddd;
  outline: 0;
}
.pager > li.previous > a {
  border-radius: 3px 0 0 3px;
}
.pager > li.next > a {
  border-radius: 0 3px 3px 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: #B3B3B3;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-success {
  background-color: #effce9;
  border-color: #d0f2c0;
  color: #6ebe49;
}
.alert-success hr {
  border-top-color: #c0eeab;
}
.alert-success .alert-link {
  color: inherit;
}
.alert-info {
  background-color: #e9f7fc;
  border-color: #c0e4f2;
  color: #00a1dd;
}
.alert-info hr {
  border-top-color: #abdbee;
}
.alert-info .alert-link {
  color: inherit;
}
.alert-warning {
  background-color: #fcf2e9;
  border-color: #f2d9c0;
  color: #ff5000;
}
.alert-warning hr {
  border-top-color: #eeccab;
}
.alert-warning .alert-link {
  color: inherit;
}
.alert-danger {
  background-color: #fce9ea;
  border-color: #f2c0c4;
  color: #dc1f2e;
}
.alert-danger hr {
  border-top-color: #eeabb0;
}
.alert-danger .alert-link {
  color: inherit;
}
.panel {
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .panel {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .panel {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .panel {
    margin-bottom: 18px;
  }
}
.panel.panel-plain {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel.panel-plain .panel-footer {
  background-color: transparent;
}
.panel-heading {
  padding: 9px 13px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: bold;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.panel-body.pb-full-width {
  padding: 0;
}
.panel-body .list-block-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-body .list-block-group > li > a {
  display: block;
  padding: 10px;
}
.panel-footer > p:last-child {
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  background-color: #ffffff;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #ebebeb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
.panel-default > .panel-heading .badge {
  color: #f8f8f8;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}
.panel-default > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-default > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.panel-default > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-default > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-default > .panel-body .table-striped > tbody > tr:hover,
.panel-default > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #eeeeee;
}
.panel-default > .panel-body .table > tbody > tr:hover {
  background-color: #eeeeee;
}
.panel-green,
.panel-primary {
  background-color: #f5fcea;
}
.panel-green > .panel-heading,
.panel-primary > .panel-heading {
  color: #333333;
  background-color: #6ebe49;
  border-color: #4b813d;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body,
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4b813d;
}
.panel-green > .panel-heading .badge,
.panel-primary > .panel-heading .badge {
  color: #6ebe49;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body,
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4b813d;
}
.panel-green > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-primary > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-green > .panel-body .table-hybrid > tbody > tr:nth-of-type(even),
.panel-primary > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #ace990;
}
.panel-green > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-primary > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-green > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd),
.panel-primary > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-green > .panel-body .table-striped > tbody > tr:hover,
.panel-primary > .panel-body .table-striped > tbody > tr:hover,
.panel-green > .panel-body .table-hybrid > tbody > tr:hover,
.panel-primary > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #90eb66;
}
.panel-green > .panel-body .table > tbody > tr:hover,
.panel-primary > .panel-body .table > tbody > tr:hover {
  background-color: #90eb66;
}
.panel-blue,
.panel-success {
  background-color: #dde9ed;
}
.panel-blue > .panel-heading,
.panel-success > .panel-heading {
  color: #333333;
  background-color: #00a1dd;
  border-color: #008fc3;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body,
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008fc3;
}
.panel-blue > .panel-heading .badge,
.panel-success > .panel-heading .badge {
  color: #00a1dd;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body,
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008fc3;
}
.panel-blue > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-success > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-blue > .panel-body .table-hybrid > tbody > tr:nth-of-type(even),
.panel-success > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #91d1e9;
}
.panel-blue > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-success > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-blue > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd),
.panel-success > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-blue > .panel-body .table-striped > tbody > tr:hover,
.panel-success > .panel-body .table-striped > tbody > tr:hover,
.panel-blue > .panel-body .table-hybrid > tbody > tr:hover,
.panel-success > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #66c7eb;
}
.panel-blue > .panel-body .table > tbody > tr:hover,
.panel-success > .panel-body .table > tbody > tr:hover {
  background-color: #66c7eb;
}
.panel-orange,
.panel-warning {
  background-color: #fff8e7;
}
.panel-orange > .panel-heading,
.panel-warning > .panel-heading {
  color: #333333;
  background-color: #fee7a3;
  border-color: #fed457;
}
.panel-orange > .panel-heading + .panel-collapse > .panel-body,
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fed457;
}
.panel-orange > .panel-heading .badge,
.panel-warning > .panel-heading .badge {
  color: #fee7a3;
}
.panel-orange > .panel-footer + .panel-collapse > .panel-body,
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fed457;
}
.panel-orange > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-warning > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-orange > .panel-body .table-hybrid > tbody > tr:nth-of-type(even),
.panel-warning > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #fef1c8;
}
.panel-orange > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-warning > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-orange > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd),
.panel-warning > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-orange > .panel-body .table-striped > tbody > tr:hover,
.panel-warning > .panel-body .table-striped > tbody > tr:hover,
.panel-orange > .panel-body .table-hybrid > tbody > tr:hover,
.panel-warning > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #f3e6be;
}
.panel-orange > .panel-body .table > tbody > tr:hover,
.panel-warning > .panel-body .table > tbody > tr:hover {
  background-color: #f3e6be;
}
.panel-purple {
  background-color: #f9f8ff;
}
.panel-purple > .panel-heading {
  color: #333333;
  background-color: #e2daff;
  border-color: #cabbff;
}
.panel-purple > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cabbff;
}
.panel-purple > .panel-heading .badge {
  color: #e2daff;
}
.panel-purple > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cabbff;
}
.panel-purple > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-purple > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #eee9ff;
}
.panel-purple > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-purple > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-purple > .panel-body .table-striped > tbody > tr:hover,
.panel-purple > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #e4dff5;
}
.panel-purple > .panel-body .table > tbody > tr:hover {
  background-color: #e4dff5;
}
.panel-teal {
  background-color: #e0e8e9;
}
.panel-teal > .panel-heading {
  color: #333333;
  background-color: #008f98;
  border-color: #055b61;
}
.panel-teal > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #055b61;
}
.panel-teal > .panel-heading .badge {
  color: #008f98;
}
.panel-teal > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #055b61;
}
.panel-teal > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-teal > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #91d1e9;
}
.panel-teal > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-teal > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-teal > .panel-body .table-striped > tbody > tr:hover,
.panel-teal > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #66c7eb;
}
.panel-teal > .panel-body .table > tbody > tr:hover {
  background-color: #66c7eb;
}
.panel-dark-gray {
  background-color: #eeeeee;
}
.panel-dark-gray > .panel-heading {
  color: #333333;
  background-color: #e3e3e3;
  border-color: #cccccc;
}
.panel-dark-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
.panel-dark-gray > .panel-heading .badge {
  color: #e3e3e3;
}
.panel-dark-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}
.panel-dark-gray > .panel-body .table-striped > tbody > tr:nth-of-type(even),
.panel-dark-gray > .panel-body .table-hybrid > tbody > tr:nth-of-type(even) {
  background-color: #e3e3e3;
}
.panel-dark-gray > .panel-body .table-striped > tbody > tr:nth-of-type(odd),
.panel-dark-gray > .panel-body .table-hybrid > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.panel-dark-gray > .panel-body .table-striped > tbody > tr:hover,
.panel-dark-gray > .panel-body .table-hybrid > tbody > tr:hover {
  background-color: #dddddd;
}
.panel-dark-gray > .panel-body .table > tbody > tr:hover {
  background-color: #dddddd;
}
.panel .list-content {
  padding: 0;
  margin: 0;
}
.panel .list-content > li {
  list-style: none;
  padding: 5px 0;
}
.panel .list-content.customized > li {
  padding: 5px 0 5px 13px;
  text-indent: -13px;
}
.panel .list-content.customized > li:before {
  content: "";
  display: inline-block;
  border-left: 6px solid #333333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}
.panel.panel-blue .list-content.customized > li:before,
.panel.panel-primary .list-content.customized > li:before {
  border-left-color: #00678D;
}
.panel.panel-green .list-content.customized > li:before,
.panel.panel-success .list-content.customized > li:before {
  border-left-color: #78A523;
}
.panel.panel-orange .list-content.customized > li:before,
.panel.panel-warning .list-content.customized > li:before {
  border-left-color: #FAB239;
}
.panel.panel-purple .list-content.customized > li:before {
  border-left-color: #2F1980;
}
.panel.panel-blue > .panel-heading,
.panel.panel-primary > .panel-heading,
.panel.panel-green > .panel-heading,
.panel.panel-success > .panel-heading,
.panel.panel-teal > .panel-heading {
  border-bottom: 0;
  color: #fff;
}
.panel-group.panel-accordion > .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 1px;
  border-radius: 0;
}
.panel-group.panel-accordion > .panel > .panel-heading {
  padding: 0;
  border-radius: 0;
}
.panel-group.panel-accordion > .panel > .panel-heading + .panel-collapse > .panel-body,
.panel-group.panel-accordion > .panel > .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"] {
  display: block;
  position: relative;
  padding: 10px 50px 10px 10px;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"]:hover,
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"]:focus,
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"]:active {
  text-decoration: none;
  color: #333333;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"] > span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: #333;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"] > span:before,
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"] > span:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  content: "";
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"][aria-expanded="true"] > span {
  background: #6ebe49;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"][aria-expanded="true"] > span:after {
  display: none;
}
.panel-group.panel-accordion > .panel > .panel-heading a[data-toggle="collapse"][aria-expanded="false"] > span:after {
  left: 19px;
  width: 2px;
  height: 26px;
  margin-top: -13px;
}
.panel-toggle .panel-heading {
  position: relative;
}
.panel-toggle .panel-title {
  padding-right: 40px;
}
.panel-toggle .panel-toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
}
.panel-toggle .panel-toggle-icon:hover {
  text-decoration: none;
}
.panel-toggle .panel-toggle-icon [class^="ss-"] {
  display: none;
  color: #ccc;
  top: 50%;
  position: absolute;
  margin-top: -9px;
  font-size: 11px;
  left: 50%;
  margin-left: -6px;
}
.panel-toggle .panel-toggle-icon [class^="fa fa-"] {
  display: none;
  color: #ccc;
  top: 50%;
  position: absolute;
  margin-top: -5px;
  font-size: 11px;
  left: 50%;
  margin-left: -6px;
}
.panel-toggle .panel-toggle-icon[aria-expanded="true"] .plus {
  display: none;
}
.panel-toggle .panel-toggle-icon[aria-expanded="true"] .hyphen {
  display: block;
}
.panel-toggle .panel-toggle-icon[aria-expanded="false"] .plus {
  display: block;
}
.panel-toggle .panel-toggle-icon[aria-expanded="false"] .hyphen {
  display: none;
}
@media (min-width: 768px) {
  .panel-toggle .panel-collapse {
    height: auto!important;
    display: block!important;
  }
}
.expand-collapse {
  display: inline-block;
}
.expand-collapse[data-type="single"].collapse-all:before {
  content: "Collapse All";
  display: inline-block;
}
.expand-collapse[data-type="single"].expand-all:before {
  content: "Expand All";
  display: inline-block;
}
.tooltip {
  font-size: 11px;
  line-height: 14px;
}
.tooltip-inner {
  padding: 6px 8px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3571428;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3571428;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
  min-height: 60px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #F8F8F8;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover-blue .popover {
  padding: 0;
}
.popover-blue .popover .popover-title {
  background-color: #A9E2FC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover-blue .popover.bottom > .arrow:after {
  border-bottom-color: #A9E2FC;
}
.carousel {
  margin-bottom: 23px;
  z-index: 1;
}
.carousel:hover .carousel-control.left.hidden,
.carousel:hover .carousel-control.right.hidden {
  display: block!important;
}
.carousel-control {
  width: 10%;
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control.left.hidden,
.carousel-control.right.hidden {
  display: none!important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control:active {
  color: #333333;
}
.carousel-control .ss-icon {
  position: absolute;
  display: inline-block;
  z-index: 5;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.carousel-control [class^="fa fa-"] {
  position: absolute;
  display: inline-block;
  z-index: 5;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.carousel-control.left .ss-icon {
  left: 50%;
  margin-left: -11px;
}
.carousel-control.right .ss-icon {
  right: 50%;
  margin-right: -11px;
}
.carousel-control.left [class^="fa fa-"] {
  left: 50%;
  margin-left: -11px;
}
.carousel-control.right [class^="fa fa-"] {
  right: 50%;
  margin-right: -11px;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators li {
  margin: 1px 5px;
  background-color: #ffffff;
}
.carousel-indicators .active {
  margin: 1px 5px;
  width: 10px;
  height: 10px;
  background-color: #a3a3a3;
  border-color: #ffffff;
}
.carousel-caption {
  text-shadow: none;
}
.carousel-caption.text-left {
  text-align: left;
}
.carousel-caption.text-right {
  text-align: right;
}
.carousel-caption.caption-left {
  width: 50%;
  top: 25%;
  text-align: left;
}
.carousel-caption.caption-left .caption-title {
  margin-top: 0;
}
.carousel-caption.caption-left .btn {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 15%;
    right: 15%;
    padding-bottom: 20px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .carousel-caption.caption-left {
    top: 0;
    width: auto;
  }
  .carousel-caption.caption-left p {
    display: none;
  }
}
.sns-links {
  overflow: hidden;
  padding: 6px 0 0 0;
  margin: 0;
}
.sns-links > li {
  display: inline-block;
  list-style: none;
  margin-right: 9px;
  vertical-align: top;
}
.sns-link {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(../images/sprite-social-icons-30w.png) no-repeat 0 -30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -webkit-transition: background-position 0.4s;
  -o-transition: background-position 0.4s;
  transition: background-position 0.4s;
}
.sns-link:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/sprite-social-icons-30w.png) no-repeat 0 -30px;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 3px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sns-link:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sns-link.sns-facebook {
  background-position: -90px -30px;
}
.sns-link.sns-facebook:after {
  background-position: -90px 0px;
}
.sns-link.sns-linkedin {
  background-position: -60px -30px;
}
.sns-link.sns-linkedin:after {
  background-position: -60px 0px;
}
.sns-link.sns-twitter {
  background-position: -30px -30px;
}
.sns-link.sns-twitter:after {
  background-position: -30px 0px;
}
.sns-link.sns-youtube {
  background-position: 0px -30px;
}
.sns-link.sns-youtube:after {
  background-position: 0px 0px;
}
.sns-link.sns-google {
  background-position: -180px -30px;
}
.sns-link.sns-google:after {
  background-position: -180px 0px;
}
.sns-link.sns-spiceworks {
  background-position: -210px -30px;
}
.sns-link.sns-spiceworks:after {
  background-position: -210px 0px;
}
.sns-link.sns-sina {
  background-position: -120px -30px;
}
.sns-link.sns-sina:after {
  background-position: -120px 0px;
}
.sns-link.sns-youku {
  background-position: -240px -30px;
}
.sns-link.sns-youku:after {
  background-position: -240px 0px;
}
.sns-link.sns-weixin {
  background-position: -270px -30px;
}
.sns-link.sns-weixin:after {
  background-position: -270px 0px;
}
.sns-link.sns-text {
  width: auto;
  padding: 0 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #ccc;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.sns-link.sns-text:after {
  content: none;
}
.sns-link.sns-text:hover {
  text-decoration: none;
  background-color: #999;
}
.sns-link.sns-text:active {
  background-color: #333;
}
.sns-links-color .sns-link {
  background: none;
}
.sns-links-color .sns-link:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Custom variables */
/* Components */
html {
  height: 100%;
  font-size: 12px;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
body {
  height: 100%;
  background-size: cover;
}
ul {
  padding-left: 1.5rem;
}
li {
  padding: 0.25rem 0;
}
.btn {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.btn-outline {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1rem;
}
.btn.btn-outline.btn-white,
.btn.btn-outline.btn-white:hover,
.btn.btn-outline.btn-white:focus,
.btn.btn-outline.btn-white.focus,
.btn.btn-outline.btn-white.active,
.btn.btn-outline.btn-white:active {
  color: #fff;
  border-color: #fff;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: all;
}
.btn.loading {
  background-image: url(../images/seagate-spinner-23.gif);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent!important;
}
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-link.disabled.focus,
.btn-link[disabled].focus,
fieldset[disabled] .btn-link.focus,
.btn-link.disabled:active,
.btn-link[disabled]:active,
fieldset[disabled] .btn-link:active,
.btn-link.disabled.active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link.active {
  background-color: transparent;
}
h6 {
  font-size: 1.266666666666667rem;
  line-height: 1.263157894736842;
  margin: .5rem 0;
}
p {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
ul {
  font-size: 1rem;
  line-height: 1.35;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}
li {
  padding: 0;
  margin-bottom: 0.75rem;
}
.radio {
  margin-bottom: 0.75rem;
}
.checkbox-custom + label,
.radio-custom + label {
  font-size: 1rem;
  line-height: 1.35;
  padding-left: 2rem;
  min-height: 1.35rem;
}
.checkbox-custom + label > span,
.radio-custom + label > span {
  left: calc((2rem - 14px)/2);
  top: calc((1.35rem - 14px)/2);
}
.page-content {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 2.5rem 3.5rem 6.857142857142857rem;
}
@media (min-width: 992px) {
  .page-content {
    float: left;
    width: 68%;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .page-content {
    width: 69%;
  }
}
@media (min-width: 1600px) {
  .page-content {
    width: 70%;
  }
}
.page-content section {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
@media (min-width: 1200px) {
  .page-content section {
    max-width: 520px;
  }
}
@media (min-width: 1600px) {
  .page-content section {
    max-width: 560px;
  }
}
.page-content > section:last-of-type {
  margin-bottom: 4rem;
}
.page-title {
  margin-bottom: 2.8rem;
}
.page-title h2 {
  font-size: 2rem;
  line-height: 1.35;
  padding: 0;
  margin: 0;
}
.page-title h2 + small {
  color: #808080;
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}
.sec-title {
  margin: 2.4rem 0 1.8rem;
}
.sec-title h4 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0 0 .6rem;
}
.sec-title h4 + small {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.35;
  margin: 0;
}
.sec-title h4 ~ h5 {
  margin-top: 1rem;
}
.sec-title h5 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}
.sec-title h5 + small {
  color: #808080;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
}
.message-box {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 2.4rem;
}
.message-box > [class^=bg-] {
  margin-bottom: 0;
}
.secondary {
  margin-top: 2.4rem;
}
.error aside {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.45;
  filter: alpha(opacity=45);
}
@media (min-width: 768px) {
  .image-captcha .image {
    float: left;
  }
}
.image-captcha .image img {
  display: block;
  cursor: pointer;
  max-width: 100%;
  height: 3rem;
}
.image-captcha .image label {
  max-width: 10.8rem;
}
@media (min-width: 768px) {
  .image-captcha .text {
    margin-left: calc(3rem * 3.6 + 14px);
  }
}
@media (min-width: 992px) {
  .image-captcha .text {
    margin-left: calc(3rem * 3.6 + 16px);
  }
}
@media (min-width: 1200px) {
  .image-captcha .text {
    margin-left: calc(3rem * 3.6 + 18px);
  }
}
@media (min-width: 1200px) {
  .image-captcha .text {
    margin-left: calc(3rem * 3.6 + 18px);
  }
}
.help-block {
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 0.182142857142857rem 0;
  margin-bottom: 0.2857142857142857rem;
  color: #808080;
}
@media (min-width: 1200px) {
  .help-block {
    font-size: 0.875rem;
  }
}
.form-group {
  position: relative;
  margin-bottom: 1.333333333333333rem;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group label {
  color: #808080;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 0.182142857142857rem 0;
  margin-bottom: 0.2857142857142857rem;
  transition: color .3s;
}
@media (min-width: 1200px) {
  .form-group label {
    font-size: 0.875rem;
  }
}
.form-group label + .help-block {
  margin-top: 0;
}
.form-group label.focused {
  color: #333333;
  font-weight: bold;
}
.form-group .checkbox-custom + label,
.form-group .radio-custom + label {
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 0 2rem;
  margin-bottom: 0;
  color: #333;
}
.form-group .form-control {
  font-size: 1rem;
  line-height: calc(3rem - 2px);
  padding: 0 1rem;
  height: 3rem;
  border: 1px solid #c6c6c6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control + .help-block {
  margin-top: 0.2857142857142857rem;
}
.form-group .form-control + .validation-message:empty {
  margin: 0;
}
.form-group .form-control:focus {
  border-color: #595959;
}
.form-group .form-control.loading {
  padding-right: 3rem;
  background-image: url(../images/seagate-spinner-23.gif);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-position: calc(100% - 10px) center;
}
.form-group textarea.form-control {
  height: auto;
}
.form-group .form-control-static {
  padding: 0;
  min-height: 0;
}
.form-group .password-text {
  display: none;
}
.form-group .select-box {
  position: relative;
}
.form-group .select-box select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group .select-box select.form-control::-ms-expand {
  display: none;
}
.form-group .select-box select:focus + i {
  border-color: #595959 transparent transparent transparent;
}
.form-group .select-box i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c6c6c6 transparent transparent transparent;
}
.form-group.has-warning .form-control {
  border-color: #ff5000;
}
.form-group.has-warning .form-control:focus {
  border-color: #cc4000;
}
.form-group.has-error .form-control {
  border-color: #dc1f2e;
}
.form-group.has-error .form-control:focus {
  border-color: #af1925;
}
.has-success .validation-message,
.has-warning .validation-message,
.has-error .validation-message {
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 0.182142857142857rem 0;
}
@media (min-width: 1200px) {
  .has-success .validation-message,
  .has-warning .validation-message,
  .has-error .validation-message {
    font-size: 0.875rem;
  }
}
.has-success select ~ .validation-message,
.has-warning select ~ .validation-message,
.has-error select ~ .validation-message,
.has-success input ~ .validation-message,
.has-warning input ~ .validation-message,
.has-error input ~ .validation-message,
.has-success .input-group ~ .validation-message,
.has-warning .input-group ~ .validation-message,
.has-error .input-group ~ .validation-message {
  margin-top: 0.2857142857142857rem;
}
header {
  margin-bottom: 3.5rem;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .logo {
  display: inline-block;
  margin-right: 1rem;
}
header .logo img {
  height:  6.25rem;
}
header ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
header ul li {
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0;
  vertical-align: top;
}
header ul li > span,
header ul li > a {
  display: inline-block;
  font-size: 1rem;
  line-height: 2.25rem;
}
@media (min-width: 1200px) {
  header ul li > span,
  header ul li > a {
    font-size: 0.875rem;
  }
}
header .btn,
header .btn.btn-outline {
  font-size: 1rem;
  line-height: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 1200px) {
  header .btn,
  header .btn.btn-outline {
    font-size: 0.875rem;
  }
}
header .btn.btn-outline {
  line-height: calc(2.25rem - 2px);
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3.5rem;
}
footer .list {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  footer .list {
    max-width: 520px;
  }
}
@media (min-width: 1600px) {
  footer .list {
    max-width: 560px;
  }
}
footer .list span,
footer .list a {
  display: inline-block;
  color: #c6c6c6;
  font-size: 12px;
  line-height: 1.5rem;
  margin-right: 1.5rem;
}
footer .list span:last-child,
footer .list a:last-child {
  margin-left: 0;
}
footer .list a:hover {
  color: #808080;
}
aside {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 68%;
  background-color: #fafaf9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 992px) {
  aside {
    display: block;
  }
}
@media (min-width: 1200px) {
  aside {
    left: 69%;
  }
}
@media (min-width: 1600px) {
  aside {
    left: 70%;
  }
}
.password-hint {
  position: absolute;
  z-index: 2;
  left: -16px;
  right: -16px;
  padding-top: 1.5rem;
  top: 4.3rem;
  transition: box-shadow 0.1s 0.01s;
}
.password-hint .password-progress {
  height: 0;
}
.password-hint .progress {
  overflow: hidden;
  height: 1.5rem;
  margin-bottom: 0;
  background-color: #e6e6e6;
  border-radius: 3px 3px 0 0;
  box-shadow: none;
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transition: all .3s;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
.password-hint .progress .bar {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #ddd;
  height: 1.5rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.password-hint .progress.progress-danger > .bar {
  width: 33%;
  background-color: #dc1f2e;
}
.password-hint .progress.progress-warning > .bar {
  width: 66%;
  background-color: #ff5000;
}
.password-hint .progress.progress-success > .bar {
  width: 100%;
  background-color: #6ebe49;
}
.password-hint .rules {
  position: relative;
  z-index: 1;
  transition: all .3s;
  background: #f7f7f7;
  padding: 1rem;
  opacity: 0;
  border-radius: 0 0 3px 3px;
  transform: translate(0, -100px) scale(1, 0);
}
.password-hint .rules ul {
  padding: 0;
  list-style: none;
}
.password-hint .rules li {
  position: relative;
  padding-left: 1.5rem;
}
.password-hint .rules li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ccc;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.password-hint .rules li.ci-pp-correct i {
  color: #6ebe49;
}
.password-hint .rules > * {
  opacity: 0;
  transition: all .3s;
}
.password-hint .rules > *:last-child {
  margin-bottom: 0;
}
input.focus ~ .password-hint,
input:focus ~ .password-hint {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s 0.4s;
}
input.focus ~ .password-hint .password-progress,
input:focus ~ .password-hint .password-progress {
  height: auto;
}
input.focus ~ .password-hint .progress,
input:focus ~ .password-hint .progress {
  opacity: 1;
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
input.focus ~ .password-hint .rules,
input:focus ~ .password-hint .rules {
  opacity: 1;
  transform: translate(0) scale(1);
  transition-delay: .3s;
}
input.focus ~ .password-hint .rules > *,
input:focus ~ .password-hint .rules > * {
  opacity: 1;
  transition-delay: .6s;
}
.full-width {
  position: relative;
  margin: 2.4rem -4rem;
  padding: 0 4rem 1.2rem;
}
.full-width + .full-width {
  margin-top: -2.4rem;
}
.full-width > .image {
  margin: 2.4rem auto 0;
  max-width: 480px;
}
.full-width > .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .full-width > .image {
    position: absolute;
    text-align: center;
    right: -2rem;
    top: 50%;
    transform: translate(0, -50%);
    width: calc((68vw - 480px) / 2);
    margin: 0;
    z-index: 2;
  }
  .full-width > .image img {
    margin-left: -1rem;
  }
}
@media (min-width: 1200px) {
  .full-width > .image {
    width: calc((69vw - 520px) / 2);
  }
}
@media (min-width: 1600px) {
  .full-width > .image {
    width: calc((70vw - 560px) / 2);
  }
}
.promo {
  position: relative;
  color: #fff;
}
.promo .sec-title {
  position: relative;
  z-index: 3;
}
.promo .sec-title + .content {
  margin: 1.6rem 0 1.2rem;
}
.promo .content {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.35;
}
.promo .content h6 + .btn {
  margin-top: 1.2rem;
}
@media (min-width: 992px) {
  .promo .text {
    padding-right: 1rem;
  }
}
.promo table {
  color: #fff;
}
.promo table td {
  border: 1px solid currentColor;
  padding: .5rem 1rem;
  background: rgba(51, 51, 51, 0.75);
}
.fw-1 {
  background: #4d4d4d;
}
.fw-1 > .image {
  background: transparent;
  margin-top: -1rem;
  z-index: 2;
}
.fw-1 > .image img {
  max-width: 240px;
}
@media (min-width: 992px) {
  .fw-1 > .image img {
    max-width: 280px;
    margin-left: -8rem;
  }
}
@media (min-width: 1200px) {
  .fw-1 > .image img {
    max-width: 320px;
    margin-left: -6rem;
  }
}
@media (min-width: 1600px) {
  .fw-1 > .image img {
    max-width: 410px;
    margin-left: -4rem;
  }
}
.fw-1 h6 {
  color: #6ebe49;
}
.fw-2 {
  background: #6ebe49;
}
.fw-3 {
  background: #000;
}
.banner-box {
  position: static;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .banner-box {
    position: absolute;
    z-index: 5;
    top: 8.25rem;
    width: calc(32vw / 2 + (68vw - 480px) / 2);
    max-width: 360px;
    left: calc(3.5rem + 480px + ((68vw - 3.5rem - 480px) / 1.5));
  }
}
@media (min-width: 1200px) {
  .banner-box {
    width: calc(31vw / 2 + (69vw - 520px) / 2);
    left: calc(3.5rem + 520px + ((69vw - 3.5rem - 520px) / 1.5));
  }
}
@media (min-width: 1600px) {
  .banner-box {
    width: calc(30vw / 2 + (70vw - 560px) / 2);
    left: calc(3.5rem + 560px + ((70vw - 3.5rem - 560px) / 1.5));
  }
}
.banner {
  background-color: rgba(168, 168, 168, 0.95);
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(168, 168, 168, 0.5);
  padding: 1rem;
  margin: 0 0 2.4rem;
  transition: all .3s;
}
.banner:hover {
  background-color: #bbbbbb;
  transform: translate(0, -6px);
  box-shadow: 0 10px 30px rgba(168, 168, 168, 0.3);
}
.banner .image {
  margin-bottom: 0.75rem;
}
.banner .text strong {
  color: #222;
}
.banner .text p {
  color: #fff;
}
.banner .text p:last-child {
  margin-bottom: 0;
}
.banner a:hover,
.banner a:focus {
  text-decoration: none;
}
.banner.bg-green {
  background-color: rgba(110, 190, 73, 0.95);
  box-shadow: 0 4px 6px rgba(75, 129, 61, 0.5);
}
.banner.bg-green:hover {
  background-color: #6ebe49;
  box-shadow: 0 10px 30px rgba(57, 130, 23, 0.3);
}
.banner.bg-red {
  background-color: rgba(239, 62, 46, 0.95);
  box-shadow: 0 4px 6px rgba(179, 64, 54, 0.5);
}
.banner.bg-red:hover {
  background-color: #ef3e2e;
  box-shadow: 0 10px 30px rgba(179, 31, 18, 0.3);
}
.banner.bg-blue {
  background-color: rgba(0, 162, 221, 0.95);
  box-shadow: 0 4px 6px rgba(33, 131, 168, 0.5);
}
.banner.bg-blue:hover {
  background-color: #00a2dd;
  box-shadow: 0 10px 30px rgba(0, 122, 168, 0.3);
}
.sign-in .page-content {
  padding: 32px 32px 64px;
}
@media (min-width: 768px) {
  .sign-in .page-content {
    padding: 40px 40px 80px;
  }
}
@media (min-width: 992px) {
  .sign-in .page-content {
    width: 38%;
    padding: 48px 48px 96px;
  }
}
@media (min-width: 1200px) {
  .sign-in .page-content {
    width: 36%;
    padding: 56px 56px 112px;
  }
}
@media (min-width: 1600px) {
  .sign-in .page-content {
    width: 34%;
    padding: 64px 64px 128px;
  }
}
.sign-in header {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sign-in header {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .sign-in header {
    margin-bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .sign-in header {
    margin-bottom: 64px;
  }
}
.sign-in aside {
  left: 38%;
}
@media (min-width: 992px) {
  .sign-in aside {
    background-position: 33% 50%;
  }
}
@media (min-width: 1200px) {
  .sign-in aside {
    left: 36%;
  }
}
@media (min-width: 1600px) {
  .sign-in aside {
    left: 34%;
  }
}
.acct-mgmt {
  background: url(../images/bg-acct-mgmt.jpg) no-repeat right bottom;
  background-attachment: fixed;
  background-size: contain;
}
.acct-mgmt .page-content {
  float: none;
  width: auto;
  padding: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .acct-mgmt .page-content {
    padding: 2.5rem 2rem 0;
  }
}
.acct-mgmt .page-content section {
  margin-left: 0;
}
.acct-mgmt .page-content > .container {
  min-height: calc(100vh - 2.5rem - 2.25rem - 3.5rem - 3.5rem - 3rem);
}
.acct-mgmt .sec-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .acct-mgmt .sec-title {
    margin-right: 2rem;
  }
}
.acct-mgmt .subscribe-box {
  margin-bottom: 2.4rem;
}
.acct-mgmt .subscribe-box .sb-input {
  font-size: 0;
}
.acct-mgmt .subscribe-box .sb-input label {
  font-size: 1rem;
  line-height: calc(3rem - 2px);
  padding: 0 1rem;
  height: 3rem;
  position: relative;
  display: inline-block;
  width: calc((100% - 1rem) / 2);
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  transition: all .3s;
  color: #ccc;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.acct-mgmt .subscribe-box .sb-input label:first-of-type {
  margin-right: 1rem;
}
.acct-mgmt .subscribe-box .sb-input label span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: border-color 0.3s;
}
.acct-mgmt .subscribe-box .sb-input label span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.acct-mgmt .subscribe-box .sb-input input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.acct-mgmt .subscribe-box .sb-input input:checked + label {
  cursor: default;
  border-color: #6ebe49;
  background: #f2feec;
  color: #6ebe49;
}
.acct-mgmt .subscribe-box .sb-input input:checked + label span {
  border-color: #6ebe49;
}
.acct-mgmt .subscribe-box .sb-input input:checked + label span:after {
  background: #6ebe49;
}
.acct-mgmt .col-sm-4 {
  position: static;
}
@media (max-width: 767px) {
  .acct-mgmt nav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    height: 100%;
    max-width: 240px;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.06);
    will-change: transform;
    transform: translate(240px, 0);
    transition: transform .3s;
  }
  .acct-mgmt nav.active {
    transform: translate(0, 0);
  }
}
.acct-mgmt .toggle-nav {
  position: absolute;
  z-index: 1;
  top: 13.75rem;
  left: -4rem;
  width: 8rem;
  height: 4rem;
  color: #fff;
  border-radius: 9999rem;
  background: #6ebe49;
  margin-top: -10px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.15);
}
.acct-mgmt .toggle-nav .ss-icon {
  font-size: 1rem;
  line-height: 4rem;
  vertical-align: middle;
  display: inline-block;
  margin: 2px 0 0 20px;
}
.acct-mgmt .toggle-nav:hover {
  background: #4b813d;
}
@media (max-width: 767px) {
  .acct-mgmt .nav {
    padding: 13.75rem 1rem 0;
    background: #fff;
    position: relative;
    z-index: 2;
  }
}
.acct-mgmt .nav > li > a {
  position: relative;
  color: #808080;
  padding: 0.5rem 0 0.5rem 3rem;
}
@media (max-width: 767px) {
  .acct-mgmt .nav > li > a {
    padding-left: 2rem;
  }
}
.acct-mgmt .nav > li > a:hover,
.acct-mgmt .nav > li > a:focus {
  background-color: transparent;
  color: #333;
}
.acct-mgmt .nav > li > a:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -2px;
  content: "";
  width: 1rem;
  height: 3px;
  background: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .acct-mgmt .nav > li > a:before {
    left: 0;
  }
}
.acct-mgmt .nav > li.active a {
  color: #333;
  font-weight: bold;
}
.acct-mgmt .nav > li.active a:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.acct-mgmt .back-home {
  display: block;
  padding: 0.5rem 0 0.5rem 3rem;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 1.35;
}
.acct-mgmt footer {
  position: static;
  padding: 0;
  margin-top: 3rem;
}
.acct-admin .page-content {
  float: none;
  width: auto;
  padding: 2.5rem 0 0;
}
.acct-admin header .col-md-8 {
  text-align: center;
}
.acct-admin .form-group label {
  width: 40%;
  text-align: right;
  float: left;
  margin-top: 0.7142857142857143rem;
}
.acct-admin .form-group label.label-locked {
  margin-top: 0;
}
.acct-admin .form-group .checkbox,
.acct-admin .form-group .form-control,
.acct-admin .form-group .select-box {
  width: 58%;
  margin-left: 42%;
}
.acct-admin .form-group .select-box .form-control {
  width: 100%;
  margin-left: 0;
}
.acct-admin .page-title h2 {
  text-align: center;
}
.acct-admin footer {
  position: static;
  padding: 0;
  margin-top: 3rem;
}
.acct-admin footer .list {
  max-width: 100%;
  text-align: center;
}
/* Brand */
.ci-lacie a {
  color: #0084cb;
}
.ci-lacie a:hover,
.ci-lacie a:focus {
  color: #007aa6;
}
.ci-lacie a:active,
.ci-lacie a.active {
  color: #00678d;
}
.ci-lacie .btn-primary {
  color: #fff;
  background-color: #0084cb;
}
.ci-lacie .btn-primary:hover,
.ci-lacie .btn-primary:focus {
  color: #fff;
  background-color: #007aa6;
}
.ci-lacie .btn-primary:active,
.ci-lacie .btn-primary.active {
  color: #fff;
  background-color: #00678d;
}
.ci-lacie .btn-primary.disabled,
.ci-lacie .btn-primary[disabled],
fieldset[disabled] .ci-lacie .btn-primary,
.ci-lacie .btn-primary.disabled:hover,
.ci-lacie .btn-primary[disabled]:hover,
fieldset[disabled] .ci-lacie .btn-primary:hover,
.ci-lacie .btn-primary.disabled:focus,
.ci-lacie .btn-primary[disabled]:focus,
fieldset[disabled] .ci-lacie .btn-primary:focus,
.ci-lacie .btn-primary.disabled.focus,
.ci-lacie .btn-primary[disabled].focus,
fieldset[disabled] .ci-lacie .btn-primary.focus,
.ci-lacie .btn-primary.disabled:active,
.ci-lacie .btn-primary[disabled]:active,
fieldset[disabled] .ci-lacie .btn-primary:active,
.ci-lacie .btn-primary.disabled.active,
.ci-lacie .btn-primary[disabled].active,
fieldset[disabled] .ci-lacie .btn-primary.active {
  background-color: #eee;
  border-color: #bbb;
  color: #bbb;
}
.ci-lacie .btn-primary.btn-outline {
  color: #0084cb;
  border-color: #0084cb;
  background-color: transparent;
}
.ci-lacie .btn-primary.btn-outline:hover,
.ci-lacie .btn-primary.btn-outline:focus {
  color: #007aa6;
  border-color: #007aa6;
  background-color: transparent;
}
.ci-lacie .btn-primary.btn-outline:active,
.ci-lacie .btn-primary.btn-outline.active {
  color: #00678d;
  border-color: #00678d;
  background-color: transparent;
}
.ci-lacie .btn-primary.btn-outline.disabled,
.ci-lacie .btn-primary.btn-outline[disabled],
fieldset[disabled] .ci-lacie .btn-primary.btn-outline,
.ci-lacie .btn-primary.btn-outline.disabled:hover,
.ci-lacie .btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .ci-lacie .btn-primary.btn-outline:hover,
.ci-lacie .btn-primary.btn-outline.disabled:focus,
.ci-lacie .btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .ci-lacie .btn-primary.btn-outline:focus,
.ci-lacie .btn-primary.btn-outline.disabled.focus,
.ci-lacie .btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .ci-lacie .btn-primary.btn-outline.focus,
.ci-lacie .btn-primary.btn-outline.disabled:active,
.ci-lacie .btn-primary.btn-outline[disabled]:active,
fieldset[disabled] .ci-lacie .btn-primary.btn-outline:active,
.ci-lacie .btn-primary.btn-outline.disabled.active,
.ci-lacie .btn-primary.btn-outline[disabled].active,
fieldset[disabled] .ci-lacie .btn-primary.btn-outline.active {
  background-color: transparent;
  border-color: #bbb;
  color: #bbb;
}
.ci-lacie .btn-link {
  color: #0084cb;
  background-color: transparent;
}
.ci-lacie .btn-link:hover,
.ci-lacie .btn-link:focus {
  color: #007aa6;
  background-color: transparent;
}
.ci-lacie .btn-link:active,
.ci-lacie .btn-link.active {
  color: #00678d;
  background-color: transparent;
}
.ci-lacie .btn-link.disabled,
.ci-lacie .btn-link[disabled],
fieldset[disabled] .ci-lacie .btn-link,
.ci-lacie .btn-link.disabled:hover,
.ci-lacie .btn-link[disabled]:hover,
fieldset[disabled] .ci-lacie .btn-link:hover,
.ci-lacie .btn-link.disabled:focus,
.ci-lacie .btn-link[disabled]:focus,
fieldset[disabled] .ci-lacie .btn-link:focus,
.ci-lacie .btn-link.disabled.focus,
.ci-lacie .btn-link[disabled].focus,
fieldset[disabled] .ci-lacie .btn-link.focus,
.ci-lacie .btn-link.disabled:active,
.ci-lacie .btn-link[disabled]:active,
fieldset[disabled] .ci-lacie .btn-link:active,
.ci-lacie .btn-link.disabled.active,
.ci-lacie .btn-link[disabled].active,
fieldset[disabled] .ci-lacie .btn-link.active {
  background-color: transparent;
}
.ci-lacie .checkbox-custom:checked + label > span,
.ci-lacie .radio-custom:checked + label > span {
  color: #0084cb;
}
.ci-lacie .checkbox-custom:checked + label > span > i,
.ci-lacie .radio-custom:checked + label > span > i {
  background-color: #0084cb;
}
.ci-lacie aside {
  background-color: #f9fafa;
}
.ci-lacie .password-hint .rules li.ci-pp-correct i {
  color: #0084cb;
}
.ci-lacie.acct-mgmt {
  background: none;
}
.ci-lacie.acct-mgmt .subscribe-box .sb-input input:checked + label {
  border-color: #0084cb;
  background: #ebf8ff;
  color: #0084cb;
}
.ci-lacie.acct-mgmt .subscribe-box .sb-input input:checked + label span {
  border-color: #0084cb;
}
.ci-lacie.acct-mgmt .subscribe-box .sb-input input:checked + label span:after {
  background: #0084cb;
}
.ci-lacie.acct-mgmt .toggle-nav {
  background: #0084cb;
}
.ci-lacie.acct-mgmt .toggle-nav:hover {
  background: #007aa6;
}
/*# sourceMappingURL=consumer-identity.css.map */