@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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; }

  .navbar {
    display: none; }

  .btn > .caret, .btn-iconbullet > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn-iconbullet > .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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e5e5e5; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e5e5e5; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e5e5e5;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e5e5e5;
    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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].btn-iconbullet, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn-iconbullet, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn-iconbullet, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn-iconbullet, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].btn-iconbullet, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn-iconbullet, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn-iconbullet, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn-iconbullet, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

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

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

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.btn-iconbullet, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.btn-iconbullet {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-iconbullet {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-iconbullet + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

a.btn.disabled, a.disabled.btn-iconbullet, fieldset[disabled] a.btn, fieldset[disabled] a.btn-iconbullet {
  pointer-events: none; }

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn-iconbullet,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-iconbullet {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn-iconbullet:hover, .btn-group > .btn:focus, .btn-group > .btn-iconbullet:focus, .btn-group > .btn:active, .btn-group > .btn-iconbullet:active, .btn-group > .btn.active, .btn-group > .active.btn-iconbullet,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn-iconbullet:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-iconbullet:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn-iconbullet:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn-iconbullet {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn-iconbullet + .btn, .btn-group .btn + .btn-iconbullet, .btn-group .btn-iconbullet + .btn-iconbullet,
.btn-group .btn + .btn-group,
.btn-group .btn-iconbullet + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-iconbullet,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .btn-iconbullet,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-iconbullet,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

.btn-group > .btn:first-child, .btn-group > .btn-iconbullet:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-iconbullet: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 > .btn-iconbullet: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-iconbullet {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-iconbullet: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, .btn-group > .btn-group:last-child:not(:first-child) > .btn-iconbullet: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, .btn-group > .btn-iconbullet + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn-iconbullet + .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, .btn-iconbullet .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn-iconbullet .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn-iconbullet .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-iconbullet,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-iconbullet {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn-iconbullet {
  float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-iconbullet + .btn, .btn-group-vertical > .btn + .btn-iconbullet, .btn-group-vertical > .btn-iconbullet + .btn-iconbullet,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-iconbullet + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-iconbullet,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-iconbullet:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-iconbullet:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-iconbullet:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-iconbullet {
  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) > .btn-iconbullet: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-iconbullet: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-iconbullet,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-iconbullet {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-iconbullet input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-iconbullet input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-iconbullet input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-iconbullet 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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.btn-iconbullet {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.btn-iconbullet {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-iconbullet,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-iconbullet,
.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-iconbullet:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-iconbullet {
  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-iconbullet,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-iconbullet,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-iconbullet:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-iconbullet {
  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, .input-group-btn > .btn-iconbullet {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn-iconbullet + .btn, .input-group-btn > .btn + .btn-iconbullet, .input-group-btn > .btn-iconbullet + .btn-iconbullet {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn-iconbullet:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-iconbullet:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-iconbullet:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-iconbullet,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-iconbullet,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #e5e5e5; }
    .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: #e5e5e5;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

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

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

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

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #e5e5e5;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #e5e5e5; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

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

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

.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-object.img-thumbnail {
    max-width: none; }

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

.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .btn-iconbullet + .btn, .modal-footer .btn + .btn-iconbullet, .modal-footer .btn-iconbullet + .btn-iconbullet {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-iconbullet + .btn, .modal-footer .btn-group .btn + .btn-iconbullet, .modal-footer .btn-group .btn-iconbullet + .btn-iconbullet {
    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; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

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

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

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

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

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 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 !important; }

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

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

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

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

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

@media print {
  .hidden-print {
    display: none !important; } }
html {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  height: 100%;
  text-align: left;
  background-color: #f5f5f5;
  color: #333333; }

code {
  padding: 0 0.25em;
  display: inline-block; }

textarea {
  width: 100%;
  clear: both;
  display: block; }

fieldset {
  margin: 0;
  border: none; }

blockquote {
  font-size: inherit;
  border-left: none;
  padding: 0;
  margin: 0; }

label {
  font-weight: normal; }

.b-r {
  border-right: 1px solid #ececec; }

.b-l {
  border-left: 1px solid #ececec; }

.b-t {
  border-top: 1px solid #ececec; }

.b-b {
  border-bottom: 1px solid #ececec; }

.no-border {
  border: 0 !important; }

.bordered {
  display: inline-block;
  margin: 0; }
  .bordered:after {
    content: "";
    background-color: #e5e5e5;
    height: 3px;
    display: block;
    margin-top: 6px;
    margin-bottom: 15px; }

.is-hidden {
  display: none !important; }

.is-invisible {
  visibility: hidden !important; }

.is-disabled,
.is-readonly {
  cursor: not-allowed !important; }

.space-1 {
  margin-bottom: 7.5px; }

.space-top-1 {
  margin-top: 7.5px; }

.space-2 {
  margin-bottom: 15px; }

.space-top-2 {
  margin-top: 15px; }

.space-3 {
  margin-bottom: 22.5px; }

.space-top-3 {
  margin-top: 22.5px; }

.space-4 {
  margin-bottom: 30px; }

.space-top-4 {
  margin-top: 30px; }

.space-5 {
  margin-bottom: 37.5px; }

.space-top-5 {
  margin-top: 37.5px; }

.space-6 {
  margin-bottom: 45px; }

.space-top-6 {
  margin-top: 45px; }

.space-7 {
  margin-bottom: 52.5px; }

.space-top-7 {
  margin-top: 52.5px; }

.space-8 {
  margin-bottom: 60px; }

.space-top-8 {
  margin-top: 60px; }

.space-9 {
  margin-bottom: 67.5px; }

.space-top-9 {
  margin-top: 67.5px; }

.space-10 {
  margin-bottom: 75px; }

.space-top-10 {
  margin-top: 75px; }

.space-11 {
  margin-bottom: 82.5px; }

.space-top-11 {
  margin-top: 82.5px; }

.space-12 {
  margin-bottom: 90px; }

.space-top-12 {
  margin-top: 90px; }

@media (min-width: 768px) and (max-width: 991px) {
  .space-sm-1 {
    margin-bottom: 7.5px; }

  .space-top-sm-1 {
    margin-top: 7.5px; }

  .space-sm-2 {
    margin-bottom: 15px; }

  .space-top-sm-2 {
    margin-top: 15px; }

  .space-sm-3 {
    margin-bottom: 22.5px; }

  .space-top-sm-3 {
    margin-top: 22.5px; }

  .space-sm-4 {
    margin-bottom: 30px; }

  .space-top-sm-4 {
    margin-top: 30px; }

  .space-sm-5 {
    margin-bottom: 37.5px; }

  .space-top-sm-5 {
    margin-top: 37.5px; }

  .space-sm-6 {
    margin-bottom: 45px; }

  .space-top-sm-6 {
    margin-top: 45px; }

  .space-sm-7 {
    margin-bottom: 52.5px; }

  .space-top-sm-7 {
    margin-top: 52.5px; }

  .space-sm-8 {
    margin-bottom: 60px; }

  .space-top-sm-8 {
    margin-top: 60px; }

  .space-sm-9 {
    margin-bottom: 67.5px; }

  .space-top-sm-9 {
    margin-top: 67.5px; }

  .space-sm-10 {
    margin-bottom: 75px; }

  .space-top-sm-10 {
    margin-top: 75px; }

  .space-sm-11 {
    margin-bottom: 82.5px; }

  .space-top-sm-11 {
    margin-top: 82.5px; }

  .space-sm-12 {
    margin-bottom: 90px; }

  .space-top-sm-12 {
    margin-top: 90px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .space-md-1 {
    margin-bottom: 7.5px; }

  .space-top-md-1 {
    margin-top: 7.5px; }

  .space-md-2 {
    margin-bottom: 15px; }

  .space-top-md-2 {
    margin-top: 15px; }

  .space-md-3 {
    margin-bottom: 22.5px; }

  .space-top-md-3 {
    margin-top: 22.5px; }

  .space-md-4 {
    margin-bottom: 30px; }

  .space-top-md-4 {
    margin-top: 30px; }

  .space-md-5 {
    margin-bottom: 37.5px; }

  .space-top-md-5 {
    margin-top: 37.5px; }

  .space-md-6 {
    margin-bottom: 45px; }

  .space-top-md-6 {
    margin-top: 45px; }

  .space-md-7 {
    margin-bottom: 52.5px; }

  .space-top-md-7 {
    margin-top: 52.5px; }

  .space-md-8 {
    margin-bottom: 60px; }

  .space-top-md-8 {
    margin-top: 60px; }

  .space-md-9 {
    margin-bottom: 67.5px; }

  .space-top-md-9 {
    margin-top: 67.5px; }

  .space-md-10 {
    margin-bottom: 75px; }

  .space-top-md-10 {
    margin-top: 75px; }

  .space-md-11 {
    margin-bottom: 82.5px; }

  .space-top-md-11 {
    margin-top: 82.5px; }

  .space-md-12 {
    margin-bottom: 90px; }

  .space-top-md-12 {
    margin-top: 90px; } }
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 30px 30px !important; }

.m-t-1 {
  margin-top: 30px !important; }

.m-r-1 {
  margin-right: 30px !important; }

.m-b-1 {
  margin-bottom: 30px !important; }

.m-l-1 {
  margin-left: 30px !important; }

.m-x-1 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-1 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-2 {
  margin: 45px 45px !important; }

.m-t-2 {
  margin-top: 45px !important; }

.m-r-2 {
  margin-right: 45px !important; }

.m-b-2 {
  margin-bottom: 45px !important; }

.m-l-2 {
  margin-left: 45px !important; }

.m-x-2 {
  margin-right: 45px !important;
  margin-left: 45px !important; }

.m-y-2 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.m-a-3 {
  margin: 90px 90px !important; }

.m-t-3 {
  margin-top: 90px !important; }

.m-r-3 {
  margin-right: 90px !important; }

.m-b-3 {
  margin-bottom: 90px !important; }

.m-l-3 {
  margin-left: 90px !important; }

.m-x-3 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.m-y-3 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 30px 30px !important; }

.p-t-1 {
  padding-top: 30px !important; }

.p-r-1 {
  padding-right: 30px !important; }

.p-b-1 {
  padding-bottom: 30px !important; }

.p-l-1 {
  padding-left: 30px !important; }

.p-x-1 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-1 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-2 {
  padding: 45px 45px !important; }

.p-t-2 {
  padding-top: 45px !important; }

.p-r-2 {
  padding-right: 45px !important; }

.p-b-2 {
  padding-bottom: 45px !important; }

.p-l-2 {
  padding-left: 45px !important; }

.p-x-2 {
  padding-right: 45px !important;
  padding-left: 45px !important; }

.p-y-2 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.p-a-3 {
  padding: 90px 90px !important; }

.p-t-3 {
  padding-top: 90px !important; }

.p-r-3 {
  padding-right: 90px !important; }

.p-b-3 {
  padding-bottom: 90px !important; }

.p-l-3 {
  padding-left: 90px !important; }

.p-x-3 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.p-y-3 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.va-container {
  display: table;
  position: relative; }

.va-container-v {
  height: 100%; }

.va-container-h {
  width: 100%; }

.va-top,
.va-middle,
.va-bottom {
  display: table-cell; }

.va-top {
  vertical-align: top; }

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

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

/* Rem fallback function for IE8 */
/* 1 */
/* Global Foundation settings */
/*  PLACEHOLDER */
/* see below example usage 
[type=search] {
  @include placeholder {
    @include placeholder-style;
  }
}
*/
/* 
<div class="media">
  <div>
    <a href="http://myspace.com">
      <img src="avatar.jpg">
    </a>
  </div>
  <div>
    <p>Lorizzle ipsum dolizzle get down get down amizzle, dang adipiscing elit. Nullam doggy velizzle, away volutpizzle, suscipit , shut the shizzle up vizzle, away.</p>
  </div>
</div> 
*/
/*
@mixin button($bg-color: $btn-bg-color-default, $is-3d:false, $is-rounded:true, $color:null){
	$is-light-bg:false;
	$text-color: null;
	$text-color-disabled: null;
	$text-color-active: null;
	$text-shadow: null;
	$text-shadow-active: null;
	$bg-color-hover: null;
	$bg-color-disabled: null;
	$bg-color-active: scale-color($bg-color, $lightness: -10%);
	$box-shadow: 0 1px 1px scale-color($bg-color, $lightness: 40%) inset, -1px -1px 0 scale-color($bg-color, $lightness: -15%) inset;
	$box-shadow-active: $btn-box-shadow-active;
	$bg-gradient: null;
	$bg-gradient-hover: null;
	$bg-gradient-active: scale-color($bg-color,$lightness: -8%), scale-color($bg-color, $lightness: 10%);
	$border-color: null;
	$border-color-active: scale-color($bg-color, $lightness: -40%);
	$badge-bg: null;
	$badge-color: null;
	$badge-bg-neutral: $btn-badge-bg-neutral;
	$text-color: $color;

	@if (lightness($bg-color) > 70%){ //light background, needs dark text
		$bg-color-disabled: scale-color($bg-color, $lightness: -10%);
		$bg-color-hover: scale-color($bg-color, $lightness: -10%);
		$bg-gradient: scale-color($bg-color, $lightness: 70%), scale-color($bg-color,$lightness: -10%);
		$bg-gradient-hover: scale-color($bg-color-hover, $lightness: 70%), scale-color($bg-color-hover,$lightness: -10%);
		$border-color: scale-color($bg-color, $lightness: -20%);
		@if not($color){
			$text-color: scale-color($bg-color, $lightness: -80%);
		}
		$text-color-disabled: transparentize($text-color, .15);
		$text-color-active: scale-color($text-color, $lightness: 10%);
		//$text-shadow: 0 1px 0 scale-color($bg-color, $lightness: 40%);
		//$text-shadow-active: $text-shadow;
		$is-light-bg: true;
		$badge-color: #FFF;
		$badge-bg: $badge-bg-neutral;
	}
	@else{ //dark background, needs light text
		$bg-color-disabled: transparentize($bg-color, .3);
		$bg-color-hover: scale-color($bg-color, $lightness: 10%);
		$bg-gradient: scale-color($bg-color, $lightness: 20%), $bg-color;
		$bg-gradient-hover: scale-color($bg-color-hover, $lightness: 5%), scale-color($bg-color-hover,$lightness: -30%);
		$border-color: scale-color($bg-color, $lightness: -5%);
		@if not($color){
			$text-color: scale-color($bg-color, $lightness: 95%);
		}
		$text-color-disabled: transparentize($text-color, .05);
		$text-color-active: scale-color($text-color, $lightness: 10%);
		//$text-shadow: 1px 1px 0 scale-color($bg-color, $lightness: -10%);
		//$text-shadow-active: -1px -1px 0 scale-color($bg-color, $lightness: -20%);
		$badge-color: $bg-color;
		$badge-bg: #FFF;
	}

	&{
		background-color: $bg-color;
		@if ($is-3d){
			@include background-image(linear-gradient($bg-gradient));
			// @include box-shadow($box-shadow);
			// @include text-shadow($text-shadow);
			border: 1px solid $border-color;
		}
		@else{
			@if ($is-light-bg){ border: 1px solid $border-color; }
		}
		@if ($is-rounded){
			@include border-radius($btn-default-radius);
		}
		color: $text-color;
	}
	&:hover{
		background-color: $bg-color-hover;
		@if ($is-3d){
			@include background-image(linear-gradient($bg-gradient-hover));
		}
	}
	&:active{
		background-color: $bg-color-active;
		@include background-image(linear-gradient($bg-gradient-active));
		@include box-shadow($box-shadow-active);
		@include text-shadow($text-shadow-active);
		color: $text-color-active;
		border-color-top: $border-color-active;
		border-color-left: $border-color-active;
	}
	&.is-btn-disabled{ //disabled state, decrease contrast
		&, &:hover, &:active{
			background-color: $bg-color-disabled;
			@include background-image(none);
			@include box-shadow(none);
			@include text-shadow(none);
			color: $text-color-disabled;
			cursor: not-allowed;
			border: none;
		}
	}
	&.is-btn-pressed{ //pressed state
		&, &:hover, &:active{
			background-color: $bg-color-active;
			@include background-image(linear-gradient($bg-gradient-active));
			@include box-shadow($box-shadow-active);
			// @include text-shadow($text-shadow-active);
			color: $text-color-active;
			border-color-top: $border-color-active;
			border-color-left: $border-color-active;
			cursor: default;
		}
	}

	.badge{
		@include text-shadow(none);
		color: $badge-color;
		background-color: $badge-bg;
	}
}
*/
/* btn-frame can be used on light backgrounds with its corresponding base, eg.: btn btn-default btn-frame */
/* btn-inverse can be used on dark backgrounds */
/* IMAGE-FREE TRIANGLES */
/*Screen reader only*/
/* LAYOUT MIXINS */
.border-box, .breadcrumbs, .text-quote, .navheader, .pagination-bar, .pagination-mini, .border-box:before, .breadcrumbs:before, .text-quote:before, .navheader:before, .pagination-bar:before, .pagination-mini:before, .border-box:after, .breadcrumbs:after, .text-quote:after, .navheader:after, .pagination-bar:after, .pagination-mini:after, .border-box *, .breadcrumbs *, .text-quote *, .navheader *, .pagination-bar *, .pagination-mini * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.img-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

@font-face {
  font-family: 'iconfont';
  src: url("/fordaq/css/fonts/iconfont/iconfont.eot?-aj0c0l");
  src: url("/fordaq/css/fonts/iconfont/iconfont.eot?#iefix-aj0c0l") format("embedded-opentype"), url("/fordaq/css/fonts/iconfont/iconfont.woff?-aj0c0l") format("woff"), url("/fordaq/css/fonts/iconfont/iconfont.ttf?-aj0c0l") format("truetype"), url("/fordaq/css/fonts/iconfont/iconfont.svg?-aj0c0l#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }
.list-bulletcheck > li:before, .label-restricted:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* icon sizes */
.icon-huge {
  font-size: 64px; }

.icon-large {
  font-size: 40px; }

.icon-form-feedback {
  font-size: 20px; }

.icon-fade {
  color: #e5e5e5; }

.icon-success {
  color: #9ac566; }

.icon-error {
  color: #cc0000; }

/* icon variants */
.icon-escrow:before {
  content: "\e612"; }

.icon-circle:before {
  content: "\e62c"; }

.icon-circle-o:before {
  content: "\e62d"; }

.icon-facebook:before {
  content: "\e607"; }

.icon-googleplus:before {
  content: "\e608"; }

.icon-linkedin:before {
  content: "\e609"; }

.icon-twitter:before {
  content: "\e60a"; }

.icon-home:before {
  content: "\e600"; }

.icon-arrow-right:before {
  content: "\e601"; }

.icon-arrow-right2:before {
  content: "\e602"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-left2:before {
  content: "\e604"; }

.icon-forward:before {
  content: "\e605"; }

.icon-pencil:before {
  content: "\e60c"; }

.icon-info:before {
  content: "\e60b"; }

.icon-fordaq-coin-enclosed:before {
  content: "\e61e"; }

.icon-fordaq-coin-crown:before {
  content: "\e61b"; }

.icon-fordaq-discovery:before {
  content: "\e61c"; }

.icon-fordaq-intl-minus:before {
  content: "\e618"; }

.icon-fordaq-intl:before {
  content: "\e61d"; }

.icon-fordaq:before {
  content: "\e616"; }

.icon-comments:before {
  content: "\e606"; }

.icon-camera:before {
  content: "\e627"; }

.icon-file:before {
  content: "\e620"; }

.icon-copy:before {
  content: "\e621"; }

.icon-print:before {
  content: "\e60d"; }

.icon-flag:before {
  content: "\e615"; }

.icon-eye:before {
  content: "\e619"; }

.icon-bookmark:before {
  content: "\e60e"; }

.icon-thumbs-up:before {
  content: "\e614"; }

.icon-arrow-down:before {
  content: "\e626"; }

.icon-file-pdf:before {
  content: "\e622"; }

.icon-file-word:before {
  content: "\e623"; }

.icon-file-excel:before {
  content: "\e624"; }

.icon-file-powerpoint:before {
  content: "\e625"; }

.icon-search:before {
  content: "\e61f"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-envelope:before {
  content: "\e61a"; }

.icon-link:before {
  content: "\e001"; }

.icon-envelope22:before {
  content: "\e002"; }

.icon-minus-alt:before {
  content: "\e004"; }

.icon-location:before {
  content: "\e005"; }

.icon-user:before {
  content: "\e006"; }

.icon-trash:before {
  content: "\f014"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-reply:before {
  content: "\f112"; }

.icon-users:before {
  content: "\e00c"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-checkbox-checked:before {
  content: "\e007"; }

.icon-checkbox-unchecked:before {
  content: "\e008"; }

.icon-checkbox-partial:before {
  content: "\e009"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-plus:before {
  content: "\f067"; }

.icon-paperclip:before {
  content: "\e00a"; }

.icon-pencil2:before {
  content: "\e00b"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-user-add:before {
  content: "\e00d"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-menu:before {
  content: "\e629"; }

.icon-cancel-circle:before {
  content: "\e62a"; }

.icon-checkmark-circle:before {
  content: "\e62b"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-fordaq-coin-minus-full:before {
  content: "\e60f"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-font:before {
  content: "\f031"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-phone:before {
  content: "\f095"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-question:before {
  content: "\f128"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-send-o:before {
  content: "\f1d9"; }

.icon-gear:before {
  content: "\f013"; }

.icon-search2:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-grid:before {
  content: "\f009"; }

.icon-check:before, .list-bulletcheck > li:before {
  content: "\f00c"; }

.icon-lock:before, .label-restricted:before {
  content: "\f023"; }

.icon-list:before {
  content: "\f03a"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-postings:before {
  content: "\f0c5"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-envelope2:before {
  content: "\f0e0"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-eye-slash:before {
  content: "\e610"; }

.icon-eye2:before {
  content: "\e611"; }

.label-highlight {
  padding: 0 0.25em;
  background-color: yellow; }

header {
  position: relative;
  z-index: 9; }

.headerbar-wrap {
  background: #b32025;
  width: 100%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.headerbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.headerbar-logo {
  background-image: url("https://www.fordaq.com/fordaq/images/sprites_interface.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 22px;
  height: 52px;
  margin-right: 10px;
  margin-left: 5px;
  display: block; }
  @media (min-width: 768px) {
    .headerbar-logo {
      width: 156px; } }

.headerbar-search {
  margin: 9px 20px;
  max-width: 540px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .headerbar-search .dropdown-toggle {
    border-radius: 2px 0 0 2px;
    margin-right: -1px; }
  .headerbar-search .btn-default {
    border-color: transparent transparent transparent #ccc; }
  .headerbar-search .form-control {
    border-color: transparent; }

.mobile-search-wrap {
  background: #fff; }

.mobile-search {
  margin: 10px auto; }

.headerbar-nav {
  color: #fff;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .headerbar-nav > * {
    margin-left: 30px; }
  .headerbar-nav .dropdown-menu-right {
    width: 200px;
    margin-top: 6px; }

.nav-profile {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .nav-profile:hover, .nav-profile:active {
    color: #fff;
    text-decoration: none; }
  .nav-profile > * {
    margin-right: 8px; }
  .nav-profile .avatar {
    max-width: 24px;
    max-height: 24px; }

.account-info {
  color: #565a5c;
  display: block;
  padding: 9px 20px; }

.account-info__name {
  font-weight: 700; }

.account-info__mail {
  font-size: 12px; }

.nav-link {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative; }
  .nav-link:hover, .nav-link:active {
    color: #fff;
    text-decoration: none; }
  .nav-link .fa {
    font-size: 20px; }

.nav-link__text {
  margin-left: 8px; }

.notif-count {
  background: #d0d61b;
  color: #565a5c;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  left: 11px;
  top: -4px; }

@keyframes enter-floating-menu {
  from {
    top: -52px; }
  to {
    top: 0; } }
@media (min-width: 768px) {
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    -webkit-animation: enter-floating-menu 0.3s 1;
    animation: enter-floating-menu 0.3s 1;
    -moz-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15); } }

_:-ms-fullscreen, :root .headerbar-search {
  max-width: 100%; }

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .headerbar-logo,
  .headerbar-search {
    float: left; }

  .headerbar-nav {
    float: right; }
    .headerbar-nav > * {
      margin-top: 12px;
      float: left; }

  .nav-link {
    margin-top: 16px; } }
.navbar-wrap {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .navbar-wrap .view-all {
    font-weight: 600; }
    @media (min-width: 768px) {
      .navbar-wrap .view-all {
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: 5px;
        margin-bottom: -5px; } }

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0; }

.navbar-toggle {
  float: none;
  margin: 0;
  background: transparent !important;
  border: none; }
  .navbar-toggle:hover {
    background: transparent !important; }

.navbar-nav > li > a {
  color: #565a5c; }
  @media (min-width: 768px) {
    .navbar-nav > li > a {
      padding: 8px 14px; } }
  @media (min-width: 992px) {
    .navbar-nav > li > a {
      padding: 8px 20px; } }
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background: #fff;
  color: #333; }
  @media (min-width: 768px) {
    .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before {
      content: '';
      background: #b32025;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px; } }
.navbar-nav > li > .dropdown-menu {
  min-width: 280px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .navbar-nav > li > .dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .navbar-nav > li > .dropdown-menu.lang-sel {
    min-width: 160px; }

.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
  background: #fff; }

.icon-bar {
  background: #fff;
  border-radius: 1px;
  width: 22px;
  height: 2px;
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.t-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.m-bar {
  opacity: 0; }

.b-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggle.collapsed .t-bar {
  transform: rotate(0); }
.navbar-toggle.collapsed .m-bar {
  opacity: 1; }
.navbar-toggle.collapsed .b-bar {
  transform: rotate(0); }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%; }

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99; }

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 45px;
  z-index: 98; }

.top-bar {
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }

.top-bar ul {
  list-style: none;
  margin-bottom: 0; }

.top-bar .row {
  max-width: none; }

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0; }

.top-bar input,
.top-bar select {
  font-size: 12px;
  height: 28px;
  padding-bottom: 5px;
  padding-top: 5px; }

.top-bar .button, .top-bar button {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 6px; }

@media only screen and (max-width: 767px) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px; } }
.top-bar .title-area {
  margin: 0;
  padding: 0;
  position: relative; }

.top-bar .name {
  font-size: 16px;
  height: 36px;
  margin: 0; }

.top-bar .name a {
  color: #565a5c;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  padding: 0 5px 0 10px; }

.top-bar .name a i {
  font-size: 18px; }

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 16px;
  line-height: 45px;
  margin: 0; }

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 15px;
  width: 75%; }

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0; }

.top-bar .toggle-topbar a {
  color: #565a5c;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  padding: 0;
  position: relative;
  text-transform: uppercase; }

.top-bar .toggle-topbar.menu-icon {
  margin-top: -18px;
  top: 50%; }

.top-bar .toggle-topbar.menu-icon a {
  color: #565a5c;
  height: 36px;
  line-height: 34px;
  padding: 0 30px 0 10px;
  position: relative; }

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 11px;
  right: 0;
  box-shadow: 0 0 0 1px #565a5c, 0 6px 0 1px #565a5c, 0 12px 0 1px #565a5c;
  width: 20px; }

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }

.top-bar.expanded {
  background: transparent;
  height: auto; }

.top-bar.expanded .toggle-topbar a {
  color: #82888a; }

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #82888a, 0 6px 0 1px #82888a, 0 12px 0 1px #82888a; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial; }

  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0; } }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }

.top-bar-section ul {
  display: block;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  clear: both;
  height: 1px;
  width: 100%; }

.top-bar-section ul li {
  border-bottom: 1px solid #e5e5e5; }
  .top-bar-section ul li:last-child {
    border-bottom: none; }

.top-bar-section ul li > a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #565a5c;
  padding: 12px 10px;
  line-height: 1.42857;
  text-transform: none;
  width: 100%; }

.top-bar-section ul li > a.button {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px; }

.top-bar-section .has-form {
  padding: 15px; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #dce0e0;
  border-left-style: solid;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0; }

.top-bar-section .has-dropdown.moved {
  position: static; }

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%; }

.top-bar-section .has-dropdown.moved > a:after {
  display: none; }

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%; }

.top-bar-section .dropdown li {
  height: auto;
  width: 100%; }

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 20px; }

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal; }

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px; }

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  display: block;
  color: #565a5c;
  position: relative; }

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none; }

.top-bar-section .dropdown li.back a:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  border: inset 5px;
  border-color: transparent #dce0e0 transparent transparent;
  border-left-style: solid;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 0; }

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px; }

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto; }

.top-bar-section .dropdown label {
  color: #777777;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 15px 2px;
  text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 768px) {
  .top-bar {
    overflow: visible; }

  .top-bar:before, .top-bar:after {
    content: " ";
    display: table; }

  .top-bar:after {
    clear: both; }

  .top-bar .toggle-topbar {
    display: none; }

  .top-bar .title-area {
    float: left; }

  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto; }

  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 14px;
    height: 28px;
    position: relative;
    top: 9px; }

  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 14px;
    height: 28px;
    position: relative;
    top: 8px; }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 1140px; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }

  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto; }

  .top-bar-section ul li {
    float: left;
    border-bottom: none; }

  .top-bar-section ul li .js-generated {
    display: none; }

  .top-bar-section li.hover > a:not(.button) {
    background: #f5f5f5; }

  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1.42857;
    padding: 8px 20px; }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #f5f5f5; }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #fff;
    color: #565a5c; }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #fff;
    color: #565a5c; }

  .top-bar-section .has-dropdown > a {
    padding-right: 30px !important; }

  .top-bar-section .has-dropdown > a:after {
    border-color: #dce0e0 transparent transparent transparent;
    border-top-style: solid;
    right: 12px;
    margin-top: -2px; }

  .top-bar-section .has-dropdown.moved {
    position: relative; }

  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block; }

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }

  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border-color: transparent transparent transparent #dce0e0;
    right: 10px;
    margin-top: -5px; }

  .top-bar-section .dropdown {
    left: 0;
    min-width: 100%;
    top: auto;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
    border-radius: 0 0 2px 2px;
    min-width: 280px;
    z-index: 1030; }

  .top-bar-section .dropdown li a {
    line-height: 1.42857;
    white-space: normal; }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #fff;
    color: #565a5c;
    padding: 5px 20px; }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #f5f5f5;
    color: #006dac; }

  .top-bar-section .dropdown li label {
    background: #fff;
    white-space: normal; }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0; }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 45px;
    width: 0; }

  .top-bar-section .has-form {
    background: #fff;
    height: 45px;
    padding: 0 15px; }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0; }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%; }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0; }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }

  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }

  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }
@media only screen and (min-width: 768px) {
  .lang-submenu .dropdown {
    min-width: 160px; } }
.hide-for-medium-up {
  display: none !important; }

.top-bar .toggle-topbar.menu-icon .icon-bar-wrap {
  position: absolute;
  top: 10px;
  right: 0; }
.top-bar .toggle-topbar.menu-icon .icon-bar {
  background: #565a5c; }
.top-bar .toggle-topbar.menu-icon .icon-bar + .icon-bar {
  margin-top: 4px; }
.top-bar .toggle-topbar.menu-icon .t-bar {
  transform: rotate(0); }
.top-bar .toggle-topbar.menu-icon .m-bar {
  opacity: 1; }
.top-bar .toggle-topbar.menu-icon .b-bar {
  transform: rotate(0); }

.top-bar.expanded .toggle-topbar.menu-icon .t-bar {
  transform: rotate(45deg); }
.top-bar.expanded .toggle-topbar.menu-icon .m-bar {
  opacity: 0; }
.top-bar.expanded .toggle-topbar.menu-icon .b-bar {
  transform: rotate(-45deg); }

.top-bar .dropdown-header {
  background: #f5f5f5;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px; }

@media print {
  .searchbar-wrap {
    /*  hide buttons in print*/ } }
  @media print {
    .searchbar-wrap {
      display: none; } }

.searchbar {
  width: 100%; }

.searchbar-widget {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left;
  height: auto; }
  .searchbar-widget:last-child {
    margin-bottom: 0; }

.searchbar-selector {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0.125rem 0.25rem 0.125rem 0.25rem;
  display: inline-block; }

.searchbar-inputwrap {
  position: relative; }

.searchbar-button {
  color: #fff;
  background-color: #999;
  border-color: #999;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .searchbar-button:focus, .searchbar-button.focus {
    color: #fff;
    background-color: gray;
    border-color: gray;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .searchbar-button:hover {
    color: #fff;
    background-color: gray;
    border-color: gray; }
  .searchbar-button:active, .searchbar-button.active {
    color: #fff;
    background-color: gray;
    border-color: gray;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .searchbar-button:active:hover, .searchbar-button:active:focus, .searchbar-button:active.focus, .searchbar-button.active:hover, .searchbar-button.active:focus, .searchbar-button.active.focus {
      color: #fff;
      background-color: #737373;
      border-color: #737373; }
  .searchbar-button:active, .searchbar-button.active, .open > .searchbar-button.dropdown-toggle {
    background-image: none; }
  .searchbar-button.disabled, .searchbar-button.disabled:hover, .searchbar-button.disabled:focus, .searchbar-button.disabled.focus, .searchbar-button.disabled:active, .searchbar-button.disabled.active, .searchbar-button[disabled], .searchbar-button[disabled]:hover, .searchbar-button[disabled]:focus, .searchbar-button[disabled].focus, .searchbar-button[disabled]:active, .searchbar-button[disabled].active, fieldset[disabled] .searchbar-button, fieldset[disabled] .searchbar-button:hover, fieldset[disabled] .searchbar-button:focus, fieldset[disabled] .searchbar-button.focus, fieldset[disabled] .searchbar-button:active, fieldset[disabled] .searchbar-button.active {
    background-color: #999;
    border-color: #999; }
  .searchbar-button .badge {
    color: #999;
    background-color: #fff; }

.searchbar-icon {
  top: 1px; }

.searchbar-outside {
  display: none;
  text-align: center;
  line-height: 0; }

@media screen and (min-width: 512px) {
  .searchbar-wrap {
    padding: 20px 0; }

  .searchbar-outside {
    display: block; } }
@media screen and (min-width: 1025px) {
  .searchbar {
    display: table;
    table-layout: auto;
    width: 100%;
    float: none; }

  .searchbar-widget, .searchbar-outside {
    display: table-cell;
    float: none;
    vertical-align: bottom; }

  .searchbar-widget {
    height: 60px;
    width: auto;
    padding-right: 16px; }

  .searchbar-outside {
    width: 468px; } }
/* Footer module */
footer {
  padding: 15px 0 15px; }

.footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footer:after {
    content: "";
    display: block;
    clear: both; }

.footer-links {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*  hide buttons in print*/
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
  list-style: none outside none;
  font-size: 14px; }
  .footer-links:after {
    content: "";
    display: block;
    clear: both; }
  @media print {
    .footer-links {
      display: none; } }
  .footer-links:last-child {
    margin-bottom: 0; }

.footer-section {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: center; }
  .footer-section:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 641px) {
    .footer-section {
      width: 18.18182%;
      float: left;
      margin-left: 2.27273%;
      margin-bottom: 0;
      margin-top: 0;
      text-align: left !important; }
      .footer-section:first-child {
        margin-left: 0; }
      .footer-section:last-child {
        margin-bottom: 0; } }
  .footer-section a,
  .footer-section a:hover,
  .footer-section a:active {
    font-size: 12px; }

.footer-section-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  color: #666;
  display: inline-block;
  font-weight: bold; }
  .footer-section-title:last-child {
    margin-bottom: 0; }

.footer-divider {
  height: 0;
  border: 0;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #f3f3f3;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 18px;
  margin-top: 0; }
  .footer-divider:last-child {
    margin-bottom: 0; }

.footer-info {
  color: #898989;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .footer-info {
      text-align: left; } }

.d-block,
.display-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-top {
  border-radius: 3px 3px 0 0 !important; }

.rounded-bottom {
  border-radius: 0 0 3px 3px !important; }

/*doc
---
title: Breadcrumbs
name: breadcrumbs
category: Base Modules - Breadcrumbs
---

This module includes vertical spacing by default, so it doesn't need to be wrapped in a `p` tag or a `layout-container` div to distance from the next element below it.

```html_example
<ul class="breadcrumbs">
    <li><a href="/">Home</a>
    </li>
    <li><a href="/fordaq/srvLatestPostings.html">Marketplace</a>
    </li>
    <li><a href="/fordaq/postOffers.html">Post offer</a>
    </li>
    <li class="active">Exterior decking</li>
</ul>
```

*/
.breadcrumbs-wrap {
  text-align: left;
  background-color: #f5f5f5;
  padding-top: 9px;
  padding-bottom: 9px; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 15px 0;
  font-size: 12px; }
  .breadcrumbs:after {
    content: "";
    display: block;
    clear: both; }
  .breadcrumbs li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap; }
  .breadcrumbs li + li:before {
    content: ">";
    margin: 0 0.75em;
    color: #898989;
    font-size: 9px; }
  .breadcrumbs a {
    color: #898989;
    text-decoration: none; }
  .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #006dac;
    text-decoration: underline; }

@font-face {
  font-family: 'open_sansregular';
  src: url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.eot");
  src: url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.woff2") format("woff2"), url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.woff") format("woff"), url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.ttf") format("truetype"), url("/fordaq/css/fonts/textfonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
hr {
  border-color: #dce0e0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 8px;
  margin-top: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  float: none;
  display: inline-block; }

.h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25; }

.h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25; }

.h3 {
  font-size: 14px;
  font-weight: bold; }

.h4 {
  font-size: 14px;
  font-weight: bold; }

.h5 {
  font-size: 14px;
  font-weight: bold; }

/* Links */
a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #006dac; }
  a:hover, a:active {
    color: #006dac;
    text-decoration: none; }

.link-primary {
  color: #006dac;
  text-decoration: none; }
.link-primary:hover, .link-primary:active {
  color: #006dac;
  text-decoration: underline; }

.link-secondary {
  color: #333;
  text-decoration: none; }
.link-secondary:hover, .link-secondary:active {
  color: #006dac;
  text-decoration: none; }

.link-muted {
  color: #898989;
  text-decoration: none; }
.link-muted:hover, .link-muted:active {
  color: #006dac;
  text-decoration: underline; }

.link-block {
  display: block;
  clear: both;
  width: 100%; }

/* Text */
.text-lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25; }

.text-bold {
  font-weight: bold; }

.text-large {
  font-size: 16px; }

.text-medium {
  font-size: 14px; }

.text-small {
  font-size: 12px; }

.text-tiny {
  font-size: 10px; }

.text-lg {
  font-size: 18px; }

.text-md {
  font-size: 16px; }

.text-sm {
  font-size: 12px; }

.text-xs {
  font-size: 11px; }

.text-reset {
  padding: 0;
  margin: 0;
  font-weight: normal; }

.text-normal {
  font-weight: normal; }

.text-muted {
  color: #898989; }

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

.text-forcewrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word; }

.text-quote {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0; }
  .text-quote:before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    font-size: 2em;
    font-weight: bold;
    color: #898989;
    line-height: 0;
    vertical-align: middle;
    margin-right: 0.25em; }

/* TagCloud */
.tagcloud a {
  color: #898989;
  text-decoration: none; }
.tagcloud a:hover, .tagcloud a:active {
  color: #006dac;
  text-decoration: underline; }

/*	BRAND BAR */
.img-responsive {
  max-width: 100%; }
  @media screen and (min-width: 641px) {
    .img-responsive {
      width: 100%;
      height: auto; } }

.img-thumbnews {
  max-width: 100%; }
  @media screen and (min-width: 641px) {
    .img-thumbnews {
      width: 135px;
      height: auto; } }

/*doc
---
title: Tables
name: tables
category: Base Modules - Tables
---
For basic stylingΓÇölight padding and vertical align to top in table cellsΓÇöadd the base class `tbl` to any `<table>`. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.

```html_example
<table class="tbl">
  <caption>Optional table caption.</caption>
  <thead>
    <tr>
      <th>#</th>
      <th>First Name</th>
      <th>Last Name</th>
      <th>Username</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td>Larry</td>
      <td>the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
```

`tbl-definition` is a modifier class that adds horizontal dividers to the table and format the table headers '<th>' with a light font color.
Also, to right align a numeric value in a specific cell, add `tbl-numeric` class to that cell.

```html_example
<table class="tbl tbl-definition">
    <tbody>
        <tr>
            <th>Term1</th>
            <td>Definition for term1</td>
        </tr>
        <tr>
            <th>Term2</th>
            <td>Definition for term2</td>
        </tr>
        <tr>
            <th>Term3</th>
            <td class="tbl-numeric">$400</td>
        </tr>
    </tbody>
</table>
```
Use `tbl-striped` to add zebra-striping to any table row within the `<tbody>`.

**Cross-browser compatibility:** Striped tables are styled via the :nth-child CSS selector, which is not available in Internet Explorer 8.

```html_example
<table class="tbl tbl-striped">
  <thead>
    <tr>
      <th>#</th>
      <th>First Name</th>
      <th>Last Name</th>
      <th>Username</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td>Larry</td>
      <td>the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
```
Adding `tbl-condensed` class reduces the table cell padding in half.
To put borders around each cell, use `tbl-bordered` class.

```html_example
<table class="tbl tbl-bordered tbl-condensed">
  <thead>
    <tr>
      <th>#</th>
      <th>First Name</th>
      <th>Last Name</th>
      <th>Username</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td>Larry</td>
      <td>the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
```

*/
.tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  margin-top: 0; }
  .tbl:last-child {
    margin-bottom: 0; }
  .tbl > thead > tr > th,
  .tbl > thead > tr > td,
  .tbl > tbody > tr > th,
  .tbl > tbody > tr > td,
  .tbl > tfoot > tr > th,
  .tbl > tfoot > tr > td {
    padding: 8px;
    vertical-align: top; }

.tbl-definition > tbody > tr > td, .tbl-definition > tbody > tr > th {
  border-bottom: 1px solid #e4e4e4;
  text-align: left; }
.tbl-definition > tbody > tr:last-child > td, .tbl-definition > tbody > tr:last-child > th {
  border-bottom: none; }
.tbl-definition > tbody > tr > th {
  color: #898989;
  font-weight: normal;
  width: 20%; }
.tbl-definition > tbody > tr:hover > td.is-readonly {
  background-color: #FFF;
  cursor: not-allowed !important; }
.tbl-definition .tbl-sectiontitle {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 16px; }

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

.tbl-clickable > tbody > tr:hover > th {
  background-color: #f0f0f0;
  cursor: pointer; }
.tbl-clickable > tbody > tr:hover > td {
  background-color: #f5f5f5;
  cursor: pointer; }

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

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

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

/*doc
---
title: Forms
name: forms
category: Base Modules - Forms
---
Individual form controls automatically receive some global styling. 

All textual `<input>`, `<textarea>`, and `<select>` elements with `.form-control` are set to width: 100%; by default. 

Wrap labels and controls in `.form-group` for optimum spacing.

##Generic labels##
```html_example
<form>
  <div class="form-group">
    <label for="exampleInputEmail1">Email address</label>
    <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
  </div>
  <div class="form-group">
    <label for="exampleInputPassword1">Password</label>
    <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
  </div>
  <div class="form-group">
    <label for="exampleInputFile">File input</label>
    <input type="file" id="exampleInputFile">
  </div>
  <div class="checkbox">
    <label>
      <input type="checkbox"> Check me out
    </label>
  </div>
  <button type="submit" class="btn btn-default">Submit</button>
</form>
```

*/
.form-horizontal,
.form-horizontal-narrow {
  margin-bottom: 18px;
  margin-top: 0; }
  .form-horizontal:last-child,
  .form-horizontal-narrow:last-child {
    margin-bottom: 0; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-horizontal .form-label,
.form-horizontal-narrow .form-label {
  clear: none;
  display: inline-block;
  margin-top: 10px; }
  @media screen and (min-width: 641px) {
    .form-horizontal .form-label,
    .form-horizontal-narrow .form-label {
      text-align: right; } }

.form-horizontal .form-horizontal-label-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 641px) {
    .form-horizontal .form-horizontal-label-wrap {
      width: 18.18182%;
      float: left;
      margin-left: 2.27273%;
      margin-left: 0;
      text-align: right;
      padding-top: 7px; } }

.form-horizontal .form-horizontal-data-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 641px) {
    .form-horizontal .form-horizontal-data-wrap {
      width: 79.54545%;
      float: left;
      margin-left: 2.27273%; } }

.form-horizontal-narrow .form-horizontal-label-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 641px) {
    .form-horizontal-narrow .form-horizontal-label-wrap {
      width: 38.63636%;
      float: left;
      margin-left: 2.27273%;
      margin-left: 0;
      text-align: right; } }

.form-horizontal-narrow .form-horizontal-data-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 641px) {
    .form-horizontal-narrow .form-horizontal-data-wrap {
      width: 59.09091%;
      float: left;
      margin-left: 2.27273%; } }

.form-label {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 9px;
  margin-top: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal; }
  .form-label:last-child {
    margin-bottom: 0; }
  .form-label > .form-control {
    font-weight: normal; }

.form-label-mandatory {
  font-weight: bold; }

.form-label-inline {
  clear: none;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-label-inline > .form-control {
  display: inline-block;
  width: auto;
  clear: none; }

.form-radio,
.form-checkbox {
  display: block;
  font-size: 14px;
  clear: both;
  margin-bottom: 1em;
  cursor: pointer; }
  .form-radio *,
  .form-checkbox * {
    vertical-align: middle; }
  .form-radio input[type="radio"],
  .form-radio input[type="checkbox"],
  .form-checkbox input[type="radio"],
  .form-checkbox input[type="checkbox"] {
    margin: -2px 0 0 0; }

.form-radio-inline,
.form-checkbox-inline {
  text-indent: 0.5em;
  margin-right: 2em;
  display: inline-block;
  clear: none;
  padding-top: 7px;
  margin-bottom: 9px;
  margin-top: 0; }
  .form-radio-inline:last-child,
  .form-checkbox-inline:last-child {
    margin-bottom: 0; }

/*
input[type="radio"],
input[type="checkbox"]{
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: top;
	position: relative;
	*overflow: hidden;
	display:inline-block;
	top:3px;
}
*/
/* form-control is applicable only to text input, select and textarea fields */
.form-control {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bfbfbf; }
  .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bfbfbf;
    outline: 0 none; }
  .form-control[disabled] {
    cursor: not-allowed; }

@-moz-document url-prefix() {
  select.form-control {
    padding-right: 0; } }
@media screen and (min-width: 0) {
  .form-control-inline {
    display: inline-table;
    vertical-align: middle;
    width: auto;
    clear: none; } }

@media screen and (min-width: 0) {
  .form-control-primary,
  .form-control-other {
    width: 50%;
    clear: none;
    display: inline-block; } }

.form-control-static {
  display: inline-block;
  clear: none;
  vertical-align: middle;
  margin: 0 8px; }

/* Style form-control placeholders */
.watermark {
  color: #555 !important;
  font-weight: normal !important;
  opacity: 1; }

/* Large form controls */
.form-large,
.form-large .form-control,
.form-large .form-label,
.form-large .form-radio,
.form-large .form-checkbox {
  font-size: 16px !important; }

.form-large input[type="radio"],
.form-large input[type="checkbox"] {
  top: 5px; }

/* Small form controls */
.form-small,
.form-small .form-control,
.form-small .form-label,
.form-small .form-radio,
.form-small .form-checkbox {
  font-size: 12px !important; }

.form-small input[type="radio"],
.form-small input[type="checkbox"] {
  top: 1px; }

/* Tiny form controls */
.form-tiny,
.form-tiny .form-control,
.form-tiny .form-label,
.form-tiny .form-radio,
.form-tiny .form-checkbox {
  font-size: 10px !important; }

.form-tiny input[type="radio"],
.form-tiny input[type="checkbox"] {
  top: 0px; }

.fieldset {
  padding: 8px 0 0 0;
  margin-bottom: 18px;
  margin-top: 0; }
  .fieldset:last-child {
    margin-bottom: 0; }

.fieldset legend {
  font-size: 14px;
  font-weight: bold; }

.fieldset-framed {
  border: 1px solid #d9d9d9;
  padding: 8px 8px; }

.form-set {
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-set .form-control,
  .form-set .form-control-static {
    display: table-cell;
    vertical-align: middle;
    float: left; }
  .form-set .form-control-static {
    height: 2em;
    padding: 4px 8px;
    margin: 0; }

@media screen and (min-width: 0) {
  .form-set-inline {
    display: inline-table;
    vertical-align: middle;
    width: auto;
    clear: none; }
    .form-set-inline .form-control {
      width: auto;
      clear: none; } }

.form-group {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px; }
  .form-group:after {
    content: "";
    display: block;
    clear: both; }
  .form-group .form-control {
    vertical-align: middle; }

.form-group-stacked .form-control {
  width: 100%; }

.form-group-stacked {
  padding-bottom: 1em;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 1em; }

/* Form states */
.form-control.is-form-error {
  background-color: #FFE1E1 !important;
  border: 1px solid #cc0000 !important; }

select.form-control.is-form-error {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="text"].form-control.is-form-error,
input[type="password"].form-control.is-form-error,
input[type="date"].form-control.is-form-error,
input[type="datetime"].form-control.is-form-error,
input[type="datetime-local"].form-control.is-form-error,
input[type="month"].form-control.is-form-error,
input[type="week"].form-control.is-form-error,
input[type="email"].form-control.is-form-error,
input[type="number"].form-control.is-form-error,
input[type="search"].form-control.is-form-error,
input[type="tel"].form-control.is-form-error,
input[type="time"].form-control.is-form-error,
input[type="url"].form-control.is-form-error,
input[type="color"].form-control.is-form-error {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .form-control:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

label {
  color: #565a5c;
  font-weight: normal; }

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0; }

.collapsing.width {
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
  width: 0;
  height: auto; }

.form-control-feedback {
  font-size: 12px;
  margin-top: 5px;
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
  line-height: 18px; }

.form-text {
  display: block;
  margin-top: 7.5px; }

.form-control-success,
.form-control-warning,
.form-control-danger,
.form-control-error {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right 8.0px;
  background-size: 16.0px 16.0px; }

.form-sm .form-group {
  margin-bottom: 10px; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-danger,
.has-error .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-color: #ffe1e1;
  z-index: 3; }

.has-success .control-label,
.has-warning .control-label,
.has-danger .control-label,
.has-error .control-label {
  color: #565a5c; }

.is-form-error {
  background-color: #ffe1e1;
  border: 1px solid #b32025; }

.is-mandatory {
  color: #b32025; }

/*doc
---
title: Buttons
name: buttons
category: Base Modules - Buttons
---

Use `btn` class as a foundation of more specific button types. It can be applied on both `<a>` and `<button>` elements. 

After specifying the "theme" class - `btn-default`, `btn-primary` or `btn-action` one can create flat versions of them by applying `btn-flat` class, or inversed buttons (light color on dark background) with the help of `btn-inverse` class.

```html_example
<p>
	Base buttons
	<a href="javascript:void(0);" class="btn btn-default">Default button</a>
  	<a href="javascript:void(0);" class="btn btn-action">Action button</a>
	<a href="javascript:void(0);" class="btn btn-success">Success button</a>
</p>
<p>
	Flat buttons
	<a href="javascript:void(0);" class="btn btn-default btn-flat">Default flat button</a>
  	<a href="javascript:void(0);" class="btn btn-action btn-flat">Action flat button</a>
	<a href="javascript:void(0);" class="btn btn-success btn-flat">Success flat button</a>
</p>
<div class="panel panel-basic" style="background-color:#555;">
	<a href="javascript:void(0);" class="btn btn-inverse">Inversed button</a>
</div>

```

Use `is-btn-disabled` class to disable buttons or use `is-btn-pressed` to force the active state.

```html_example
<p>
	<a href="javascript:void(0);" class="btn btn-default is-btn-disabled">Disabled default button</a>
  	<a href="javascript:void(0);" class="btn btn-action is-btn-disabled">Disabled action button</a>
  	<a href="javascript:void(0);" class="btn btn-success is-btn-disabled">Disabled success button</a>
</p>
<p>
	<a href="javascript:void(0);" class="btn btn-default is-btn-pressed">Disabled default button</a>
  	<a href="javascript:void(0);" class="btn btn-action is-btn-pressed">Disabled action button</a>
  	<a href="javascript:void(0);" class="btn btn-success is-btn-pressed">Disabled success button</a>
</p>
```

```html_example
Add `btn-large`, `btn-small` or `.btn-tiny` on top of the existing classes to modify their sizes.
<p>
    <button class="btn btn-default btn-large">button.btn.btn-default.btn-large</button>
    <a href="javascript:void(0);" class="btn btn-default btn-large">a.btn.btn-default.btn-large</a> 
    <button class="btn btn-default btn-small">button.btn.btn-default.btn-small</button>
    <a href="javascript:void(0);" class="btn btn-default btn-small">a.btn.btn-default.btn-small</a> 
    <button class="btn btn-default btn-tiny">button.btn.btn-default.btn-tiny</button>
</p>
```
Make a button span the whole available width by adding `btn-block` class. 
This module includes vertical spacing by default, so it doesn't need to be wrapped in a `p` tag or a `layout-container` div to distance from the next element below it.

```html_example_table
<a href="javascript:void(0);" class="btn btn-default btn-block btn-large">Large default block button</a>

<a href="" class="btn btn-action btn-block btn-huge">Huge action block button</a>
```
*/
/*doc
---
title: Basic example
name: buttongroup-basic
category: Base Modules - Button groups
---
Group a series of buttons together with the button group.

```html_example
<p>
	<span class="btngroup">
	    <a href="" class="btn btn-default">Left</a>
	    <a href="" class="btn btn-default">Middle</a>
	    <a href="" class="btn btn-default">Right</a>
	</span>
	<span class="btngroup">
	    <button class="btn btn-default">1</button>
	    <button class="btn btn-default">2</button>
	    <button class="btn btn-default">3</button>
	    <a href="" class="btn btn-default">4</a>
	</span>
</p>
```
*/
/*doc
---
title: Stacked group
name: buttongroup-stacked
category: Base Modules - Button groups
---
Add `btngroup-stacked` class to get a vertical button group

```html_example
<p>
    <span class="btngroup btngroup-stacked">
    	<a class="btn btn-default">Location</a>
    	<a class="btn btn-default">Email</a>
    	<a class="btn btn-default">Reply</a>
    </span>
    <span class="btngroup btngroup-stacked">
        <a class="btn btn-default btn-flat btn-large"><i class="icon-envelope"></i></a>
        <a class="btn btn-default btn-flat btn-large"><i class="icon-facebook"></i></a>
        <a class="btn btn-default btn-flat btn-large"><i class="icon-twitter"></i></a>
        <a class="btn btn-default btn-flat btn-large"><i class="icon-linkedin"></i></a>
        <a class="btn btn-default btn-flat btn-large"><i class="icon-googleplus"></i></a>
    </span>
</p>
```
*/
/*doc
---
title: Justified group
name: buttongroup-justified
category: Base Modules - Button groups
---
Make a group of buttons stretch at equal sizes to span the entire width of its parent.

```html_example
<p>
    <span class="btngroup btngroup-justified">
    	<a class="btn btn-default">Location</a>
    	<a class="btn btn-default">Email</a>
    	<a class="btn btn-default">Reply</a>
    </span>
</p>
```
*/
.btn, .btn-iconbullet {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.428571429;
  	/*
  	border-width: 0;
  	display:inline-block;
  	height:2em;
  	margin:0;
  	padding-top: $btn-padding-vertical;
  	padding-bottom: $btn-padding-vertical;
  	padding-left: $btn-padding-horizontal;
  	padding-right: $btn-padding-horizontal;
  	vertical-align:middle;
  	font-size:$font-size-base;
  	font-weight:normal;
  	cursor: pointer;
  	overflow: visible;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	line-height: normal;
  
      @include screen-only;
      &, &:before, &:after, * {
      	@include box-sizing(border-box);
      }
      */ }
  .btn, .btn-iconbullet, .btn:hover, .btn-iconbullet:hover {
    text-decoration: none;
    outline: none; }
  .btn:active, .btn-iconbullet:active, .btn.active, .active.btn-iconbullet {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn:active:focus, .btn-iconbullet:active:focus, .btn:active.focus, .btn-iconbullet:active.focus, .btn.active:focus, .active.btn-iconbullet:focus, .btn.active.focus, .active.focus.btn-iconbullet {
      outline: none !important; }
  .btn > img, .btn-iconbullet > img {
    vertical-align: middle; }

/* Button sizes */
.btn-huge {
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px; }

.btn-large {
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px; }

.btn-small {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px; }

.btn-tiny {
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px; }

/* Button submodules */
/* btn-inverse can be used on dark backgrounds */
.btn-inverse {
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.btn-inverse:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.btn-inverse:active, .btn-inverse.active {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-default:focus, .btn-default.focus {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: silver;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: silver; }
  .btn-default:active, .btn-default.active {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: silver;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
      color: #333 !important;
      background-color: #d9d9d9;
      border-color: #b3b3b3; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #d9d9d9; }
  .btn-default .badge {
    color: #fff;
    background-color: #333 !important; }
  .btn-default:hover {
    background-color: #fff;
    border-color: #bfbfbf; }
  .btn-default:active, .btn-default.active {
    background-color: #e5e5e5;
    border-color: #bfbfbf; }

.btn-muted {
  color: #333;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-muted:focus, .btn-muted.focus {
    color: #333;
    background-color: #cccccc;
    border-color: #cccccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-muted:hover {
    color: #333;
    background-color: #cccccc;
    border-color: #cccccc; }
  .btn-muted:active, .btn-muted.active {
    color: #333;
    background-color: #cccccc;
    border-color: #cccccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-muted:active:hover, .btn-muted:active:focus, .btn-muted:active.focus, .btn-muted.active:hover, .btn-muted.active:focus, .btn-muted.active.focus {
      color: #333;
      background-color: #bfbfbf;
      border-color: #bfbfbf; }
  .btn-muted:active, .btn-muted.active, .open > .btn-muted.dropdown-toggle {
    background-image: none; }
  .btn-muted.disabled, .btn-muted.disabled:hover, .btn-muted.disabled:focus, .btn-muted.disabled.focus, .btn-muted.disabled:active, .btn-muted.disabled.active, .btn-muted[disabled], .btn-muted[disabled]:hover, .btn-muted[disabled]:focus, .btn-muted[disabled].focus, .btn-muted[disabled]:active, .btn-muted[disabled].active, fieldset[disabled] .btn-muted, fieldset[disabled] .btn-muted:hover, fieldset[disabled] .btn-muted:focus, fieldset[disabled] .btn-muted.focus, fieldset[disabled] .btn-muted:active, fieldset[disabled] .btn-muted.active {
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-muted .badge {
    color: #e5e5e5;
    background-color: #333; }

.btn-primary {
  color: #fff !important;
  background-color: #277bcd;
  border-color: #277bcd;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-primary:hover {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2; }
  .btn-primary:active, .btn-primary.active {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
      color: #fff !important;
      background-color: #1b548d;
      border-color: #1b548d; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #277bcd;
    border-color: #277bcd; }
  .btn-primary .badge {
    color: #277bcd;
    background-color: #fff !important; }

.btn-secondary {
  color: #fff !important;
  background-color: #960000;
  border-color: #960000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff !important;
    background-color: #630000;
    border-color: #630000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-secondary:hover {
    color: #fff !important;
    background-color: #630000;
    border-color: #630000; }
  .btn-secondary:active, .btn-secondary.active {
    color: #fff !important;
    background-color: #630000;
    border-color: #630000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus {
      color: #fff !important;
      background-color: #4a0000;
      border-color: #4a0000; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #960000;
    border-color: #960000; }
  .btn-secondary .badge {
    color: #960000;
    background-color: #fff !important; }

.btn-blue {
  color: #fff !important;
  background-color: #277bcd;
  border-color: #277bcd;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-blue:hover {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2; }
  .btn-blue:active, .btn-blue.active {
    color: #fff !important;
    background-color: #1f61a2;
    border-color: #1f61a2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus {
      color: #fff !important;
      background-color: #1b548d;
      border-color: #1b548d; }
  .btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
    background-image: none; }
  .btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
    background-color: #277bcd;
    border-color: #277bcd; }
  .btn-blue .badge {
    color: #277bcd;
    background-color: #fff !important; }

.btn-yellow {
  color: #333 !important;
  background-color: #d0d61b;
  border-color: #d0d61b;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #333 !important;
    background-color: #a4a915;
    border-color: #a4a915;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-yellow:hover {
    color: #333 !important;
    background-color: #a4a915;
    border-color: #a4a915; }
  .btn-yellow:active, .btn-yellow.active {
    color: #333 !important;
    background-color: #a4a915;
    border-color: #a4a915;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-yellow:active:hover, .btn-yellow:active:focus, .btn-yellow:active.focus, .btn-yellow.active:hover, .btn-yellow.active:focus, .btn-yellow.active.focus {
      color: #333 !important;
      background-color: #8e9212;
      border-color: #8e9212; }
  .btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
    background-image: none; }
  .btn-yellow.disabled, .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled.focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled], .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled].focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow.focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
    background-color: #d0d61b;
    border-color: #d0d61b; }
  .btn-yellow .badge {
    color: #d0d61b;
    background-color: #333 !important; }

.btn-action,
.btn-success {
  color: #fff !important;
  background-color: #9ac566;
  border-color: #9ac566;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-action:focus, .btn-action.focus,
  .btn-success:focus,
  .btn-success.focus {
    color: #fff !important;
    background-color: #81b444;
    border-color: #81b444;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-action:hover,
  .btn-success:hover {
    color: #fff !important;
    background-color: #81b444;
    border-color: #81b444; }
  .btn-action:active, .btn-action.active,
  .btn-success:active,
  .btn-success.active {
    color: #fff !important;
    background-color: #81b444;
    border-color: #81b444;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-action:active:hover, .btn-action:active:focus, .btn-action:active.focus, .btn-action.active:hover, .btn-action.active:focus, .btn-action.active.focus,
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus {
      color: #fff !important;
      background-color: #74a13d;
      border-color: #74a13d; }
  .btn-action:active, .btn-action.active, .open > .btn-action.dropdown-toggle,
  .btn-success:active,
  .btn-success.active, .open >
  .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-action.disabled, .btn-action.disabled:hover, .btn-action.disabled:focus, .btn-action.disabled.focus, .btn-action.disabled:active, .btn-action.disabled.active, .btn-action[disabled], .btn-action[disabled]:hover, .btn-action[disabled]:focus, .btn-action[disabled].focus, .btn-action[disabled]:active, .btn-action[disabled].active, fieldset[disabled] .btn-action, fieldset[disabled] .btn-action:hover, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action.focus, fieldset[disabled] .btn-action:active, fieldset[disabled] .btn-action.active,
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active, fieldset[disabled]
  .btn-success, fieldset[disabled]
  .btn-success:hover, fieldset[disabled]
  .btn-success:focus, fieldset[disabled]
  .btn-success.focus, fieldset[disabled]
  .btn-success:active, fieldset[disabled]
  .btn-success.active {
    background-color: #9ac566;
    border-color: #9ac566; }
  .btn-action .badge,
  .btn-success .badge {
    color: #9ac566;
    background-color: #fff !important; }

.btn-unwatch {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .btn-unwatch:focus, .btn-unwatch.focus {
    color: #fff;
    background-color: #787878;
    border-color: #787878;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-unwatch:hover {
    color: #fff;
    background-color: #787878;
    border-color: #787878; }
  .btn-unwatch:active, .btn-unwatch.active {
    color: #fff;
    background-color: #787878;
    border-color: #787878;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-unwatch:active:hover, .btn-unwatch:active:focus, .btn-unwatch:active.focus, .btn-unwatch.active:hover, .btn-unwatch.active:focus, .btn-unwatch.active.focus {
      color: #fff;
      background-color: #6b6b6b;
      border-color: #6b6b6b; }
  .btn-unwatch:active, .btn-unwatch.active, .open > .btn-unwatch.dropdown-toggle {
    background-image: none; }
  .btn-unwatch.disabled, .btn-unwatch.disabled:hover, .btn-unwatch.disabled:focus, .btn-unwatch.disabled.focus, .btn-unwatch.disabled:active, .btn-unwatch.disabled.active, .btn-unwatch[disabled], .btn-unwatch[disabled]:hover, .btn-unwatch[disabled]:focus, .btn-unwatch[disabled].focus, .btn-unwatch[disabled]:active, .btn-unwatch[disabled].active, fieldset[disabled] .btn-unwatch, fieldset[disabled] .btn-unwatch:hover, fieldset[disabled] .btn-unwatch:focus, fieldset[disabled] .btn-unwatch.focus, fieldset[disabled] .btn-unwatch:active, fieldset[disabled] .btn-unwatch.active {
    background-color: #919191;
    border-color: #919191; }
  .btn-unwatch .badge {
    color: #919191;
    background-color: #fff; }

/* Flat buttons */
/* btn-frame can be used on light backgrounds with its corresponding base, eg.: btn btn-default btn-frame */
.btn-frame {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: transparent; }
.btn-frame:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
.btn-frame:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4) inset; }

.btn-flat {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #565a5c; }
  .btn-flat:hover {
    background-color: #e3e3e3;
    border-color: #e3e3e3; }
  .btn-flat:focus, .btn-flat.focus {
    background-color: #e3e3e3;
    border-color: #e3e3e3; }

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-outline:hover, .btn-outline:focus {
    background-color: rgba(255, 255, 255, 0.1); }

.btn-primary-outline {
  background-color: transparent;
  border-color: #507fbe;
  color: #507fbe; }
  .btn-primary-outline:hover, .btn-primary-outline:focus {
    background-color: rgba(80, 127, 190, 0.1);
    border-color: #507fbe;
    color: #507fbe; }

.btn-transparent {
  background: rgba(0, 0, 0, 0.6);
  border-color: transparent;
  color: #fff; }
  .btn-transparent:hover, .btn-transparent:focus {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
    color: #fff; }

.btn-contrast {
  background: #565a5c;
  border-color: #565a5c;
  color: #fff; }
  .btn-contrast:hover, .btn-contrast:focus {
    background-color: #565a5c;
    border-color: #565a5c;
    color: #fff; }

.btn-block {
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 18px;
  margin-top: 0; }
  .btn-block:last-child {
    margin-bottom: 0; }

.link-reset,
.link-icon {
  color: inherit; }
  .link-reset:hover, .link-reset:focus, .link-reset:active,
  .link-icon:hover,
  .link-icon:focus,
  .link-icon:active {
    color: inherit;
    outline: none;
    text-decoration: none; }

.link-contrast {
  color: #fff; }
  .link-contrast:hover, .link-contrast:focus {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
  .link-contrast:active {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none; }

a.text-normal,
a.text-normal:hover,
a.text-normal:focus {
  color: inherit; }

.btn-circle, .btn-iconbullet {
  text-align: center;
  width: 2em;
  height: 2em;
  font-size: 20px;
  border-radius: 100%;
  line-height: 1; }
  .btn-circle *, .btn-iconbullet * {
    vertical-align: middle; }

.btn-iconbullet {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-left: 0;
  padding-right: 0; }
  .btn-iconbullet:focus, .btn-iconbullet.focus {
    color: #fff;
    background-color: #787878;
    border-color: #787878;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
  .btn-iconbullet:hover {
    color: #fff;
    background-color: #787878;
    border-color: #787878; }
  .btn-iconbullet:active, .btn-iconbullet.active {
    color: #fff;
    background-color: #787878;
    border-color: #787878;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }
    .btn-iconbullet:active:hover, .btn-iconbullet:active:focus, .btn-iconbullet:active.focus, .btn-iconbullet.active:hover, .btn-iconbullet.active:focus, .btn-iconbullet.active.focus {
      color: #fff;
      background-color: #6b6b6b;
      border-color: #6b6b6b; }
  .btn-iconbullet:active, .btn-iconbullet.active, .open > .btn-iconbullet.dropdown-toggle {
    background-image: none; }
  .btn-iconbullet.disabled, .btn-iconbullet.disabled:hover, .btn-iconbullet.disabled:focus, .btn-iconbullet.disabled.focus, .btn-iconbullet.disabled:active, .btn-iconbullet.disabled.active, .btn-iconbullet[disabled], .btn-iconbullet[disabled]:hover, .btn-iconbullet[disabled]:focus, .btn-iconbullet[disabled].focus, .btn-iconbullet[disabled]:active, .btn-iconbullet[disabled].active, fieldset[disabled] .btn-iconbullet, fieldset[disabled] .btn-iconbullet:hover, fieldset[disabled] .btn-iconbullet:focus, fieldset[disabled] .btn-iconbullet.focus, fieldset[disabled] .btn-iconbullet:active, fieldset[disabled] .btn-iconbullet.active {
    background-color: #919191;
    border-color: #919191; }
  .btn-iconbullet .badge {
    color: #919191;
    background-color: #fff; }

.btngroup {
  /*  hide buttons in print*/
  margin-bottom: -4px !important;
  display: inline-block;
  vertical-align: middle; }
  @media print {
    .btngroup {
      display: none; } }
  .btngroup:after {
    content: "";
    display: block;
    clear: both; }
  .btngroup .btn, .btngroup .btn-iconbullet {
    float: left;
    margin-bottom: 4px; }
  .btngroup .btn + .btn, .btngroup .btn-iconbullet + .btn, .btngroup .btn + .btn-iconbullet, .btngroup .btn-iconbullet + .btn-iconbullet {
    margin-left: -1px; }
  .btngroup .btn + .btn:not(:last-child), .btngroup .btn-iconbullet + .btn:not(:last-child), .btngroup .btn + .btn-iconbullet:not(:last-child), .btngroup .btn-iconbullet + .btn-iconbullet:not(:last-child) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .btngroup .btn:last-child:not(:first-child), .btngroup .btn-iconbullet:last-child:not(:first-child) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btngroup .btn:first-child:not(:last-child), .btngroup .btn-iconbullet:first-child:not(:last-child) {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }

.btngroup-stacked .btn, .btngroup-stacked .btn-iconbullet {
  float: none;
  clear: both;
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-align: left; }
.btngroup-stacked .btn + .btn, .btngroup-stacked .btn-iconbullet + .btn, .btngroup-stacked .btn + .btn-iconbullet, .btngroup-stacked .btn-iconbullet + .btn-iconbullet {
  margin-left: 0;
  margin-top: -1px; }
.btngroup-stacked .btn:last-child:not(:first-child), .btngroup-stacked .btn-iconbullet:last-child:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }
.btngroup-stacked .btn:first-child:not(:last-child), .btngroup-stacked .btn-iconbullet:first-child:not(:last-child) {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.btngroup-justified {
  /*  hide buttons in print*/
  display: table;
  width: 100%;
  border-collapse: separate; }
  @media print {
    .btngroup-justified {
      display: none; } }
  .btngroup-justified .btn, .btngroup-justified .btn-iconbullet {
    float: none;
    display: table-cell;
    text-align: center; }
  .btngroup-justified .btn + .btn, .btngroup-justified .btn-iconbullet + .btn, .btngroup-justified .btn + .btn-iconbullet, .btngroup-justified .btn-iconbullet + .btn-iconbullet {
    border-left: none; }
  .btngroup-justified .btn:last-child:not(:first-child), .btngroup-justified .btn-iconbullet:last-child:not(:first-child) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btngroup-justified .btn:first-child:not(:last-child), .btngroup-justified .btn-iconbullet:first-child:not(:last-child) {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }

.btngroup-block {
  width: 100%;
  clear: both;
  margin-bottom: 18px;
  margin-top: 0; }
  .btngroup-block:last-child {
    margin-bottom: 0; }

.btngroup-shareutils {
  /*  hide buttons in print*/
  margin-bottom: -4px !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 18px;
  margin-top: 0; }
  @media print {
    .btngroup-shareutils {
      display: none; } }
  .btngroup-shareutils:after {
    content: "";
    display: block;
    clear: both; }
  .btngroup-shareutils .btn, .btngroup-shareutils .btn-iconbullet {
    float: left;
    margin-bottom: 4px; }
  .btngroup-shareutils .btn + .btn, .btngroup-shareutils .btn-iconbullet + .btn, .btngroup-shareutils .btn + .btn-iconbullet, .btngroup-shareutils .btn-iconbullet + .btn-iconbullet {
    margin-left: -1px; }
  .btngroup-shareutils .btn + .btn:not(:last-child), .btngroup-shareutils .btn-iconbullet + .btn:not(:last-child), .btngroup-shareutils .btn + .btn-iconbullet:not(:last-child), .btngroup-shareutils .btn-iconbullet + .btn-iconbullet:not(:last-child) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .btngroup-shareutils .btn:last-child:not(:first-child), .btngroup-shareutils .btn-iconbullet:last-child:not(:first-child) {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btngroup-shareutils .btn:first-child:not(:last-child), .btngroup-shareutils .btn-iconbullet:first-child:not(:last-child) {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btngroup-shareutils:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1025px) {
    .btngroup-shareutils .btn, .btngroup-shareutils .btn-iconbullet {
      float: none;
      clear: both;
      display: block;
      margin-bottom: 0;
      width: 100%;
      text-align: left; }
    .btngroup-shareutils .btn + .btn, .btngroup-shareutils .btn-iconbullet + .btn, .btngroup-shareutils .btn + .btn-iconbullet, .btngroup-shareutils .btn-iconbullet + .btn-iconbullet {
      margin-left: 0;
      margin-top: -1px; }
    .btngroup-shareutils .btn:last-child:not(:first-child), .btngroup-shareutils .btn-iconbullet:last-child:not(:first-child) {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0; }
    .btngroup-shareutils .btn:first-child:not(:last-child), .btngroup-shareutils .btn-iconbullet:first-child:not(:last-child) {
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; } }
  .btngroup-shareutils .btn, .btngroup-shareutils .btn-iconbullet {
    color: #898989; }

.input-group-btn:last-child {
  vertical-align: top; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-iconbullet, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.more-divider {
  position: relative;
  text-align: center;
  margin: 0 0 10px; }
  .more-divider:before {
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .more-divider .btn, .more-divider .btn-iconbullet {
    position: relative;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding-top: 0; }

/* NAVIGATION MODULES*/
.nav {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  /*
  .open > a {
    &,
    &:hover,
    &:focus {
      background-color: $nav-link-hover-bg;
      border-color: $link-primary-color;
    }
  }
  */ }
  .nav:after {
    content: "";
    display: block;
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus {
      color: #fff;
      background-color: #337ab7;
      border: none; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #e5e5e5; }
    .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 .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  margin-top: -9px;
  border-bottom: 3px solid #ddd;
  width: 100%; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -3px;
    margin-top: 9px;
    margin-right: 2px; }
    .nav-tabs > li > a {
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0;
      padding: 4px 8px 8px; }
      .nav-tabs > li > a:hover {
        border-color: #e5e5e5 #e5e5e5 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default;
      font-weight: bold; }

.nav-tabs-indented {
  padding-left: 8px; }

.nav-stacked {
  margin: 0;
  padding: 0;
  list-style: none outside none; }
  .nav-stacked > li {
    display: block;
    clear: both;
    margin-bottom: 0; }
  .nav-stacked > li {
    display: block !important; }

.nav-pills {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: -4px; }
  .nav-pills:after {
    content: "";
    display: block;
    clear: both; }
  .nav-pills > li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    white-space: normal;
    margin-bottom: 4px; }
    .nav-pills > li a {
      padding: 0.125em 0.5em;
      display: block;
      border-radius: 4px; }
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #333;
      background-color: #D9D9D9;
      border: none; }

.nav-pills > li {
  font-size: 13px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #edefed;
    color: #565a5c; }
  .nav-pills > li.active > a .badge-transparent {
    background: transparent;
    color: #565a5c; }
  .nav-pills > li > a {
    color: #006dac; }
    .nav-pills > li > a:hover, .nav-pills > li > a:focus {
      background: #edefed; }
.nav-pills .nav-pills-item {
  position: relative; }
  .nav-pills .nav-pills-item.nav-pills-item-has-badge {
    padding: 8px 12px;
    padding-right: 36px; }
  .nav-pills .nav-pills-item .badge {
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 6px; }

.filter {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .filter .nav-pills .nav-pills-item {
    padding: 8px 12px; }
  .filter .nav-pills > li.active:before {
    content: '';
    background: #236eb8;
    border-radius: 2px 0 0 2px;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media screen and (min-width: 641px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

.navheader {
  width: 100%;
  border-bottom: 3px solid #ddd;
  display: table;
  vertical-align: bottom; }

.navheader-inverse {
  background-color: gainsboro;
  padding: 8px 8px 0; }

.navheader-title {
  width: auto;
  margin-bottom: 8px;
  display: inline-block;
  padding-right: 1em;
  vertical-align: bottom; }

.navheader-nav {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -3px; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

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

.dropdown-menu {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  min-width: 160px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-top: 0; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .dropdown-divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    text-align: left; }

.dropdown-menu {
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 1px; }
  .dropdown-menu .active > a {
    background: #507fbe; }
    .dropdown-menu .active > a:hover, .dropdown-menu .active > a:focus {
      background: #507fbe; }
    .dropdown-menu .active > a .badge {
      color: #fff; }

.dropdown-menu > li > a {
  white-space: normal; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #006dac; }

.dropdown-body {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 22px;
  position: relative; }

.dropdown-header {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px; }

.dropdown-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #e5e5e5;
  padding: 2px 0; }

.dropdown-null {
  color: #565a5c;
  text-align: center;
  padding: 22px 15px 0; }

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .dropdown-list li:last-child .dropdown-item {
    border: none; }

.dropdown-item {
  position: relative; }
  .dropdown-item:hover .dropdown-item-actions {
    display: block; }

.dropdown-item-content {
  color: #565a5c;
  display: block;
  padding: 8px 30px 8px 15px;
  position: relative;
  font-size: 13px; }
  .dropdown-item-content:hover {
    color: #565a5c;
    background: #f5f5f5; }
    .dropdown-item-content:hover .dropdown-item-title {
      color: #006dac; }

.dropdown-item-prop {
  font-size: 12px; }

.dropdown-item-label {
  color: #82888a; }

.dropdown-item-actions {
  display: none;
  position: absolute;
  top: 7px;
  right: 12px;
  transition: margin-right .25s; }
  .dropdown-item-actions a {
    color: #909090; }
    .dropdown-item-actions a:hover {
      color: #82888a; }

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media screen and (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/*doc
---
title: Base panel
name: panel1
category: Base Modules - Panels
---

Panels are interface units used to organize modules on the page.
Think of them as sections of content that can be themed via modifier classes.
A basic panel with minimal formatting (padding and borders) can be rendered with `panel` class.

```html_example
<div class="panel">
	Panel
</div>
```

*/
/*doc
---
title: Padding
name: panel2
category: Base Modules - Panels
---


Adding a `panel-deflated` class decrease the padding, while a `panel-inflated` class doubles the padding.
To remove the padding entirely, use `panel-bleed`.

```html_example
<div class="panel panel-deflated">
	Deflated panel
</div>
<div class="panel panel-inflated">
	Inflated panel
</div>
<div class="panel panel-bleed">
	Bleed panel
</div>
```
*/
/*doc
---
title: Borders
name: panel3
category: Base Modules - Panels
---

A `panel-vertical` has only bottom border.
To remove the borders entirely, use `panel-basic`.

```html_example
<div class="panel panel-vertical">
	Vertical panel
</div>
<div class="panel panel-basic">
	Basic panel
</div>
```
*/
/*doc
---
title: Skins
name: panel4
category: Base Modules - Panels
---

Panels can be skinned with extra visual classes.

```html_example
<div class="panel panel-default">
	Panel default
</div>
<div class="panel panel-alpha">
	Alpha panel
</div>
<div class="panel panel-beta">
	Beta panel
</div>
```
*/
/*doc
---
title: Tips
name: panel5
category: Base Modules - Panels
---

Add a `panel-tip` on top of the base and skin classes to get a panel with a downside arrow on the bottom left.

```html_example
<div class="panel panel-default panel-tip">
	Panel default with tip
</div>
<div class="panel panel-alpha panel-tip">
	Alpha panel with tip
</div>
<div class="panel panel-beta panel-tip">
	Beta panel with tip
</div>
```
*/
/*doc
---
title: Panel groups
name: panelgroup
category: Base Modules - Panels
---

Group different panels vertically by wrapping them in a `panelgroup` div.

```html_example
<div class="panelgroup">
    <div class="panel panel-beta">This panel acts as header</div>
    <div class="panel">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae id aliquam ea architecto beatae. Molestiae, necessitatibus, est distinctio ab rerum ad quo laborum porro harum praesentium. Repudiandae aspernatur autem quis.</div>
    <div class="panel">This panel acts as footer.</div>
</div>
```
*/
.panel {
  margin-bottom: 18px;
  margin-top: 0;
  background: transparent;
  border: 1px solid #d9d9d9;
  position: relative;
  padding: 8px 8px; }
  .panel:after {
    content: "";
    display: block;
    clear: both; }
  .panel:last-child {
    margin-bottom: 0; }
  .panel,
  .panel:before,
  .panel:after,
  .panel * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.panel-tip:before {
  content: "";
  position: absolute;
  bottom: -10px;
  z-index: 1; }
.panel-tip:after {
  content: "";
  position: absolute;
  bottom: -9px;
  z-index: 1; }
.panel-tip.panel-bleed:before, .panel-tip.panel-bleed:after {
  left: 8px; }

.panel-vertical {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.panel-basic, .panel-header {
  border: 0 !important;
  background: transparent !important; }

.panel-header {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0; }
  .panel-header:last-child {
    margin-bottom: 0; }

.panel-cut {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.panel-bleed {
  padding: 0; }

.panel-deflated {
  padding: 4px 4px; }

.panel-inflated {
  padding: 16px 16px; }

.panel-strong {
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05); }

.panel-well {
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05) inset; }

/* Panel submodules */
.panel-default {
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  color: #333; }
  .panel-default.panel-tip:before {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #e6e6e6;
    border-bottom-width: 0; }
  .panel-default.panel-tip:after {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #FFF;
    border-bottom-width: 0; }
  .panel-default.panel-secondary {
    background-color: #a6a6a6; }
    .panel-default.panel-secondary.panel-tip:after {
      width: 0;
      height: 0;
      border: 10px transparent solid;
      border-top-color: #a6a6a6;
      border-bottom-width: 0; }

.panel-alpha {
  background-color: #F0EA90;
  border: 1px solid #ebe46e;
  color: #333; }
  .panel-alpha.panel-tip:before {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #ebe46e;
    border-bottom-width: 0; }
  .panel-alpha.panel-tip:after {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #F0EA90;
    border-bottom-width: 0; }
  .panel-alpha.panel-secondary {
    background-color: #dcd01e;
    color: #FFF; }
    .panel-alpha.panel-secondary.panel-tip:after {
      width: 0;
      height: 0;
      border: 10px transparent solid;
      border-top-color: #dcd01e;
      border-bottom-width: 0; }

.panel-beta {
  background-color: #ecece8;
  border: 1px solid #d7d7ce;
  color: #333; }
  .panel-beta.panel-tip:before {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #d7d7ce;
    border-bottom-width: 0; }
  .panel-beta.panel-tip:after {
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top-color: #ecece8;
    border-bottom-width: 0; }
  .panel-beta.panel-secondary {
    background-color: #a2a28e; }
    .panel-beta.panel-secondary.panel-tip:after {
      width: 0;
      height: 0;
      border: 10px transparent solid;
      border-top-color: #a2a28e;
      border-bottom-width: 0; }

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

.panel-alpha {
  background-color: #F8F8F8;
  border: 1px solid #DCDCDC;
  margin-bottom: 18px;
  margin-top: 0; }
  .panel-alpha:last-child {
    margin-bottom: 0; }

/* Group of panels */
.panelgroup {
  margin-bottom: 18px;
  margin-top: 0;
  margin: 0; }
  .panelgroup:last-child {
    margin-bottom: 0; }
  .panelgroup > .panel,
  .panelgroup > .panelgroup {
    margin-bottom: 0;
    margin-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .panelgroup > .panel:last-child,
    .panelgroup > .panelgroup:last-child {
      margin-bottom: 0; }
  .panelgroup > .panel {
    background: #fff; }
  .panelgroup > .panel:not(:first-child):not(:last-child) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .panelgroup > .panelgroup:not(:first-child):not(:last-child) > .panel:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  .panelgroup > .panelgroup:not(:first-child):not(:last-child) > .panel:last-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .panelgroup > .panel:first-child,
  .panelgroup > .panelgroup:first-child > .panel:last-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .panelgroup > .panel:last-child,
  .panelgroup > .panelgroup:last-child > .panel:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  .panelgroup > .panel:not(:first-child),
  .panelgroup > .panelgroup:not(:first-child) > .panel:first-child {
    border-top: none; }
  .panelgroup > .panel-tip + .panel {
    /* Increase padding of the next panel, to compensate the vertical space taken by the tip */
    padding-top: 16px; }

/* This is a panelgroup which removes the border of the panel childres */
.panelgroup-basic > .panel {
  border: none;
  margin-bottom: 1px; }

.panelgroup-strong {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }

.panel-yscroll {
  height: 250px;
  width: 100%;
  overflow: auto;
  overflow-y: scroll; }

.panel-title-secondary {
  font-size: 14px;
  font-weight: bold; }

.panel-heading .line-tabs {
  margin: 0 0 -15px;
  border: 0;
  font-size: 13px;
  width: auto; }
  .panel-heading .line-tabs > li > a {
    padding: 0 5px 11px; }

/*
.panel{
  @include border-radius(3px);
  @include box-shadow (0 2px 2px 0 rgba(0,0,0,0.12));
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: $gray;
  display: block;
  margin: 0;
  padding: 0;
}

a.panel {
  @include transition(box-shadow .15s ease-in-out);

  &:hover {
    background: #fafafa;
    transition-delay: 0s !important;
  }
}

.panel-default {

  > .panel-heading,
  > .panel-footer {
    background: #fbfbfb;
    border-color: #eee;

    .badge {
      background: $gray-light;
      color: #fff;
      margin-top: -4px;
      margin-right: 10px;
    }

    .fa-exclamation-circle {
      color: $gray-light;
    }
  }

}
*/
.panel-light {
  background-color: #fff; }

.panel-lighter {
  background-color: #f5f5f5; }

.panel-dark {
  background-color: #ebebeb !important; }

.panel-beta {
  background: #ebebeb !important; }

.panel-vertical {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.panel-basic, .panel-header {
  border: none !important; }

.panel-cut {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.panel-bleed {
  padding: 0; }

.panel-image {
  background-color: #ebebeb;
  position: relative;
  padding-bottom: 76%;
  overflow: hidden; }

.panel-item {
  padding: 10px; }

.panel-yscroll {
  height: 388px;
  overflow: auto; }

.panelgroup .panel-yscroll {
  height: 290px; }

.panel-login {
  max-width: 400px; }
  .panel-login .panel-footer {
    background: #fafafa; }

/*doc
---
title: Vertical list
name: list
category: Base Modules - Lists
---

Base vertical list `list-vertical`

```html_example
<ul class="list-vertical">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```
*/
/*doc
---
title: Bulleted list
name: list-bullet
category: Base Modules - Lists
---

Vertical list with arrow bullets `list-vertical list-bullet`

```html_example
<ul class="list-vertical list-bullet">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```

Vertical list with success bullets `list-vertical list-bulletcheck`

```html_example
<ul class="list list-vertical list-bulletcheck">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```
*/
/*doc
---
title: Inline list
name: list-inline
category: Base Modules - Lists
---

Inline list `list-inline`

```html_example
<ul class="list-inline">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```
*/
/*doc
---
title: Dividers
name: list-segmented
category: Base Modules - Lists
---

Add dividers using the `list-segmented` class.

```html_example
<ul class="list-vertical list-segmented">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>

<ul class="list-vertical list-halfinflated list-segmented">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>

Inflated list
<ul class="list-vertical list-inflated list-segmented">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```
*/
/*doc
---
title: Spacing classes
name: list-spacing
category: Base Modules - Lists
---

Spacing between list items can be controlled with `list-halfinflated` or `list-inflated` which are gradually increasing the spacing.

```html_example
Half inflated list
<ul class="list-vertical list-bullet list-halfinflated">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>

Inflated list
<ul class="list-vertical list-bullet list-inflated">
    <li>Andrei</li>
    <li>Bogdan</li>
    <li>Alexandru</li>
    <li>Catalin</li>
    <li>Iulia</li>
</ul>
```
*/
/*doc
---
title: Multiple column list
name: list-multicolumn
category: Base Modules - Lists
---

Add `list-multicolumn` class to a long vertical list to evenly split it in multiple columns separated by vertical dividers.
The column width is 19rem.

**Cross-browser compatibility:** This class has no effect in Internet Explorer 9 and under.

```html_example
<ul class="list-vertical list-multicolumn">
    <li>Afghanistan</li>
    <li>├àland Islands</li>
    <li>Albania</li>
    <li>Algeria</li>
    <li>American Samoa</li>
    <li>Andorra</li>
    <li>Angola</li>
    <li>Anguilla</li>
    <li>Antarctica</li>
    <li>Antigua and Barbuda</li>
    <li>Argentina</li>
    <li>Armenia</li>
    <li>Aruba</li>
    <li>Australia</li>
    <li>Austria</li>
    <li>Azerbaijan</li>
    <li>Bahamas</li>
    <li>Bahrain</li>
    <li>Bangladesh</li>
    <li>Barbados</li>
    <li>Belarus</li>
    <li>Belgium</li>
    <li>Belize</li>
    <li>Benin</li>
    <li>Bermuda</li>
    <li>Bhutan</li>
    <li>Bolivia</li>
    <li>Bosnia and Herzegovina</li>
    <li>Botswana</li>
    <li>Bouvet Island</li>
    <li>Brazil</li>
    <li>British Indian Ocean Territory</li>
    <li>Brunei Darussalam</li>
    <li>Bulgaria</li>
    <li>Burkina Faso</li>
    <li>Burundi</li>
    <li>Cambodia</li>
    <li>Cameroon</li>
    <li>Canada</li>
</ul>
```
 To get a smaller column width (12rem) use `list-multicolumn-medium`.

 ```html_example
 <ul class="list-vertical list-multicolumn-medium">
    <li>Afghanistan</li>
    <li>├àland Islands</li>
    <li>Albania</li>
    <li>Algeria</li>
    <li>American Samoa</li>
    <li>Andorra</li>
    <li>Angola</li>
    <li>Anguilla</li>
    <li>Antarctica</li>
    <li>Antigua and Barbuda</li>
    <li>Argentina</li>
    <li>Armenia</li>
    <li>Aruba</li>
    <li>Australia</li>
    <li>Austria</li>
    <li>Azerbaijan</li>
    <li>Bahamas</li>
    <li>Bahrain</li>
    <li>Bangladesh</li>
    <li>Barbados</li>
    <li>Belarus</li>
    <li>Belgium</li>
    <li>Belize</li>
    <li>Benin</li>
    <li>Bermuda</li>
    <li>Bhutan</li>
    <li>Bolivia</li>
    <li>Bosnia and Herzegovina</li>
    <li>Botswana</li>
    <li>Bouvet Island</li>
    <li>Brazil</li>
    <li>British Indian Ocean Territory</li>
    <li>Brunei Darussalam</li>
    <li>Bulgaria</li>
    <li>Burkina Faso</li>
    <li>Burundi</li>
    <li>Cambodia</li>
    <li>Cameroon</li>
    <li>Canada</li>
</ul>
 ```
*/
.list-inline {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: -4px; }
  .list-inline:after {
    content: "";
    display: block;
    clear: both; }
  .list-inline > li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    margin-bottom: 4px; }

.list-vertical {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  margin-bottom: 18px;
  margin-top: 0; }
  .list-vertical > li {
    display: block;
    clear: both;
    margin-bottom: 0; }
  .list-vertical:last-child {
    margin-bottom: 0; }

.list-indented.list-vertical > li {
  padding-left: 8px; }

.list-inflated.list-vertical > li {
  padding: 16px 0 0;
  margin-bottom: 9px;
  margin-top: 0; }
  .list-inflated.list-vertical > li:last-child {
    margin-bottom: 0; }

.list-halfinflated.list-vertical > li {
  padding: 8px 0 0;
  margin-bottom: 9px;
  margin-top: 0; }
  .list-halfinflated.list-vertical > li:last-child {
    margin-bottom: 0; }

.list-segmented.list-vertical > li {
  border-top: 1px solid #d9d9d9; }
  .list-segmented.list-vertical > li:first-child {
    border-top: none; }

.list-social > li {
  padding-right: 0; }
.list-social a {
  width: 26px; }

.list-bulletcheck > li:before {
  margin-left: -1.5em;
  line-height: 1.42857;
  float: left;
  line-height: inherit; }

.list-bulletcheck {
  padding-left: 1.5em; }
  .list-bulletcheck > li:before {
    color: #9ac566; }

.list-bullet {
  padding-left: 1em; }
  .list-bullet > li:before {
    content: '';
    width: 0;
    height: 0;
    border: 0.3em transparent solid;
    border-left-color: #898989;
    border-right-width: 0;
    margin-left: -1em;
    float: left;
    position: relative;
    top: 0.4em;
    left: 0.2em; }

.list-multicolumn {
  -moz-column-width: 304;
  -webkit-column-width: 304;
  column-width: 304;
  -moz-column-rule: 1px solid #d9d9d9;
  -webkit-column-rule: 1px solid #d9d9d9;
  column-rule: 1px solid #d9d9d9;
  -moz-column-gap: 32px;
  -webkit-column-gap: 32px;
  column-gap: 32px; }
  .list-multicolumn li {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid; }

.list-multicolumn-medium {
  -moz-column-width: 192px;
  -webkit-column-width: 192px;
  column-width: 192px;
  -moz-column-rule: 1px solid #d9d9d9;
  -webkit-column-rule: 1px solid #d9d9d9;
  column-rule: 1px solid #d9d9d9;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
  column-gap: 16px; }
  .list-multicolumn-medium li {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid; }

.definition-table {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
  border: 1px solid #d9d9d9;
  background-color: #FFF;
  font-size: 12px;
  text-align: left; }
  .definition-table dt {
    clear: left;
    float: left;
    width: 20%;
    border-top: 1px solid #d9d9d9;
    font-weight: bold; }
  .definition-table dd {
    float: left;
    width: 40%;
    border-top: 1px solid #d9d9d9;
    background-color: #FFF; }
  .definition-table dt, .definition-table dd {
    padding: 0.7em;
    line-height: 1.5; }

.definition-pair {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }
  .definition-pair dt {
    display: inline-block;
    font-weight: bold; }
  .definition-pair dd {
    display: inline-block;
    margin-left: 0; }

.list-inline {
  list-style: none;
  padding-left: 0;
  margin: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .list-inline .dropdown {
    display: inline-block;
    vertical-align: middle; }

.list-group .list-group-item {
  border-color: rgba(0, 0, 0, 0.1); }
  .list-group .list-group-item.active {
    border-color: rgba(0, 0, 0, 0.1); }
    .list-group .list-group-item.active:before {
      content: "";
      position: absolute;
      left: -1px;
      top: -1px;
      bottom: -1px;
      width: 3px;
      background: #006dac; }
  .list-group .list-group-item .fa {
    margin-right: 2px;
    width: 20px;
    text-align: center; }

/*doc
---
title: Alerts
name: alerts
category: Base Modules - Alerts
---

Alerts are marked with the generic `alert` class, followed by more the specific `alert-info`, `alert-success` or `alert-error` rule.

They are simple containers that can hold anything, so you can use them for simple alerts, like:

```html_example
<div class="alert alert-info">
	<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
</div>

<div class="alert alert-success">
    <strong>Well done!</strong> You successfully read this important alert message.
</div>

<div class="alert alert-error">
	<strong>Oh snap!</strong> Change a few things up and try submitting again.
</div>

```

Using an extra class of `alert-basic` will render minimal alerts with only text formatting (contextual icons are included here before the text).

```html_example
<div class="alert alert-info alert-basic">
	<i class="icon icon-info"></i> <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
</div>

<div class="alert alert-success alert-basic">
    <i class="icon icon-check"></i> <strong>Well done!</strong> You successfully read this important alert message.
</div>

<div class="alert alert-error alert-basic">
	<i class="icon icon-exclamation"></i> <strong>Oh snap!</strong> Change a few things up and try submitting again.
</div>
```


Build bigger notifications, like the ones below by using the media module to display bigger status icons before the text.
Note the `alert-title` class used to mark the title of the alert.

```html_example
<div class="alert alert-info">
    <div class="media media-nowrap">
        <div>
            <span class="icon-info icon-huge"></span>
        </div>
        <div>
            <h3 class="alert-title">Please note:</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nam, sint, illum, impedit consectetur ad quasi labore debitis reprehenderit maxime mollitia quod non cum doloremque excepturi natus molestias corporis explicabo et.</p>
        </div>
    </div>
</div>

<div class="alert alert-success">
    <div class="media media-nowrap">
        <div>
            <span class="icon-check icon-huge"></span>
        </div>
        <div>
            <h3 class="alert-title">Congratulations!</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nam, sint, illum, impedit consectetur ad quasi labore debitis reprehenderit maxime mollitia quod non cum doloremque excepturi natus molestias corporis explicabo et.</p>
        </div>
    </div>
</div>

<div class="alert alert-error">
    <div class="media media-nowrap">
        <div>
            <span class="icon-exclamation icon-huge"></span>
        </div>
        <div>
            <h3 class="alert-title">Error!</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nam, sint, illum, impedit consectetur ad quasi labore debitis reprehenderit maxime mollitia quod non cum doloremque excepturi natus molestias corporis explicabo et.</p>
        </div>
    </div>
</div>
```

*/
.alert {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-bottom: 18px;
  margin-top: 0; }
  .alert:after {
    content: "";
    display: block;
    clear: both; }
  .alert:last-child {
    margin-bottom: 0; }

.alert-title {
  margin-bottom: 0;
  margin-bottom: 0;
  margin-top: 0; }
  .alert-title:last-child {
    margin-bottom: 0; }

/* Alert submodules */
.alert-info {
  background-color: #EBF2F6;
  border-left: 5px solid #dae7ef;
  color: #3c6a85; }

.alert-success {
  background-color: #dbead1;
  border-left: 5px solid #cfe3c2;
  color: #527a38; }

.alert-error {
  background-color: #F2DEDE;
  border-left: 5px solid #ebcdcd;
  color: #853434; }

.alert-basic {
  padding: 0;
  background: none;
  border: none; }

.alert-bar {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin: 15px 0 5px; }
  .alert-bar > p {
    margin-top: 10px; }

.alert-toast {
  position: fixed;
  bottom: 0;
  z-index: 99;
  font-size: 13px;
  margin: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 768px) {
    .alert-toast {
      margin: 20px 30%; } }

.media {
  margin-bottom: 18px;
  margin-top: 0; }
  .media:after {
    content: "";
    display: block;
    clear: both; }
  .media:last-child {
    margin-bottom: 0; }
  .media > * {
    margin-bottom: 0;
    margin-top: 0; }
    .media > *:last-child {
      margin-bottom: 0; }
  .media > :first-child {
    float: none;
    margin-bottom: 18px;
    margin-top: 0;
    margin-left: 0; }
    .media > :first-child:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 641px) {
      .media > :first-child {
        float: left;
        margin-right: 16px;
        margin-bottom: 0;
        margin-top: 0; }
        .media > :first-child:last-child {
          margin-bottom: 0; } }

.media-optionalitem > :first-child {
  display: none; }
  @media screen and (min-width: 641px) {
    .media-optionalitem > :first-child {
      display: block;
      float: left;
      margin-right: 16px; } }

.media-flip > :first-child {
  float: right;
  margin-right: 0;
  margin-left: 16px; }

.media-stack > :first-child {
  float: none;
  margin-bottom: 18px;
  margin-top: 0;
  margin-left: 0; }
  .media-stack > :first-child:last-child {
    margin-bottom: 0; }

.media-nowrap > * {
  overflow: hidden; }
.media-nowrap > :first-child {
  overflow: initial; }

@media screen and (min-width: 641px) {
  .media-valign {
    display: table; }
    .media-valign > * {
      display: table-cell;
      vertical-align: middle; }
    .media-valign > :first-child {
      float: none;
      width: auto;
      padding-right: 16px; }
      .media-valign > :first-child img {
        vertical-align: middle; }
    .media-valign > * {
      width: 100%; } }

.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.media-card {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.media-photo {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  backface-visibility: hidden; }
  .media-photo .fa-camera {
    font-size: 48px;
    color: rgba(0, 0, 0, 0.12); }

.media-cover {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px; }

.media-cover-dark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: " ";
  opacity: 0.3; }

.media-mask:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  opacity: 0.08; }

.media-round {
  border-radius: 50%;
  border: 2px solid #fff; }

.media-description {
  color: #565a5c;
  font-size: 13px;
  padding: 10px; }

.img-responsive-height {
  width: auto;
  height: 100%; }

.drop-zone {
  position: relative; }
  .drop-zone .btn-file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/*doc
---
title: Generic labels
name: labels
category: Base Modules - Labels
---
All labels share the base class `label` which provides minimal styling.
Sizing is done via generic text-formatting classes such as `text-large` or `text-small`.


```html_example
    <span class="label label-default">Default</span>
    <span class="label label-highlight">Highlight</span>
```
##Key-value pairs##
Use definition lists inside labels to output key-value pairs.

```html_example
<span class="label label-default">
    <dl>
        <dt>Date</dt>
        <dd>2014-Apr-28</dd>
    </dl>
</span>
<span class="label label-default">
    <dl>
        <dt>Valid until</dt>
        <dd>2014-Jun-27
        </dd>
    </dl>
</span>
```
*/
/*doc
---
title: Custom labels
name: labels-custom
category: Base Modules - Labels
---

```html_example
<span class="label label-offer text-small">
    <dl>
        <dt>Offer</dt>
        <dd>17928733</dd>
    </dl>
</span>

<span class="label label-request text-small">
    <dl>
        <dt>Request</dt>
        <dd>13567132</dd>
    </dl>
</span>

<span class="label label-auction text-small">
    <dl>
        <dt>Auction</dt>
        <dd>11846717</dd>
    </dl>
</span>
```
*/
/*doc
---
title: Restriction labels
name: labels-restriction
category: Base Modules - Labels
---
```html_example
<a href="#" class="label label-restricted">Register now!</a>
```
*/
.label {
  clear: none;
  display: inline-block;
  font-weight: normal;
  color: #898989; }
  .label:after {
    content: "";
    display: block;
    clear: both; }
  .label dl {
    margin: 0 !important;
    padding: 0 !important; }
  .label dt {
    color: #898989; }
  .label dt, .label dd {
    display: inline-block; }
  .label dd {
    margin-left: 3px; }

.label-default {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #898989;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 12px; }

.label-offer,
.label-request,
.label-auction {
  padding: 1px 4px; }
  .label-offer dt, .label-offer dd,
  .label-request dt,
  .label-request dd,
  .label-auction dt,
  .label-auction dd {
    color: #333; }
  .label-offer dd,
  .label-request dd,
  .label-auction dd {
    font-weight: bold; }

.label-offer {
  border: 1px solid #cfdc53;
  background-color: #EDF2BF; }

.label-request {
  border: 1px solid #f5a1a1;
  background-color: #ffdede; }

.label-auction {
  border: 1px solid #a8c5ed;
  background-color: #E0ECFC; }

.label-restricted {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  padding: 1px 4px; }
  .label-restricted:before {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 5px;
    padding: 2px 5px 1px 2px;
    border-right: 1px solid #d9d9d9;
    color: #898989;
    line-height: 1.5;
    text-decoration: none; }

a.label:hover, a.label:focus {
  color: #006dac;
  text-decoration: underline; }

/*doc
---
title: Badges
name: badges
category: Base Modules - Badges
---

Easily highlight new or unread items by adding a `badge` class to links, navs, and more.

```html_example
<p><a href="#">Inbox <span class="badge">42</span></a></p>
<p><a href="#">Inbox <span class="badge badge-default">42</span></a></p>
<p><a href="#">Inbox <span class="badge badge-alpha">42</span></a></p>
<button class="btn btn-default" type="button">
  Messages <span class="badge">4</span>
</button>
<button class="btn btn-primary" type="button">
  Messages <span class="badge">2</span>
</button>
```

*/
.badge {
  background: #fff;
  color: #333;
  /*
  display: inline-block;
  border-radius: $badge-border-radius;
  color: $badge-color;
  line-height: 1;
  font-weight: normal;
  padding: u(0.125rem 0.375rem);
  text-align: center;
  white-space: nowrap;
  font-family: $badge-font-family;
  */ }
  .badge:empty {
    display: none; }

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

.badge-default {
  background-color: #999;
  color: #FFF; }

.badge-alpha {
  background-color: #FFF;
  color: #FFF;
  border: 1px solid #d9d9d9;
  color: #898989; }

.badge-success {
  background-color: #9ac566;
  color: #FFF; }

.tabgroup {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  position: relative; }
  .tabgroup:last-child {
    margin-bottom: 0; }

.tabgroup-indented {
  left: 2px; }

.tab {
  border: none;
  border-radius: 0;
  bottom: -2px;
  padding: 4px 10px 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0; }

.tab-default {
  background-color: #FFF;
  border: solid #d9d9d9;
  border-width: 1px 1px 0 1px; }

.tab-alpha {
  background-color: #d7d7ce; }

.tab-active {
  bottom: 0; }
  .tab-active,
  .tab-active > a,
  .tab-active > a:hover,
  .tab-active > a:active {
    color: #333;
    text-decoration: none; }
  .tab-active > * {
    font-weight: bold; }

.tab-pane {
  margin-bottom: 0;
  margin-top: 0; }
  .tab-pane:last-child {
    margin-bottom: 0; }

.nav-tabs > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06); }

.line-tabs {
  border-color: #eee; }
  .line-tabs > li > a {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #82888a;
    margin: 0 5px; }
    .line-tabs > li > a:hover {
      background: transparent;
      border: transparent;
      color: #565a5c; }
  .line-tabs > li.active > a, .line-tabs > li.active > a:hover, .line-tabs > li.active > a:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #b32025;
    color: #b32025; }

/*doc
---
title: Pagination
name: pagination
category: Base Modules - Pagination
---

A simple pager can be made with a with a `pagination` class unordered list, the active item is marked with `.pagination-active` and the disabled ones with `.pagination-disabled`.

```html_example
<ul class="pagination">
  <li class="pagination-disabled"><a href="#">┬½</a></li>
  <li><a href="#">1</a></li>
  <li class="pagination-active"><a href="#">2</a></li>
  <li><a href="#">3</a></li>
  <li><a href="#">4</a></li>
  <li><a href="#">5</a></li>
  <li><a href="#">┬╗</a></li>
</ul>
```
*/
/*doc
---
title: Pagination bar
name: pagination-bar
parent: pagination
---
For a full, responsive pagination bar, with additional options on the left and the pager on the right side the following structure can be used:

```html_example
<div class="pagination-bar">
  <div class="pagination-utils">
      <label class="form-label-inline">Sort by 
          <select class="form-control form-control-inline" onchange="this.form.submit();" name="sb">
              <option selected="selected" value="mr">Member ranking</option>
              <option value="dad">Date : Descending</option>
              <option value="daa">Date : Ascending</option>
              <option value="re">Relevancy</option>
          </select>
      </label> 
      <label class="form-label-inline">Items per page 
          <select class="form-control form-control-inline" onchange="this.form.submit();" name="ipp">
              <option selected="selected" value="25">25</option>
              <option value="50">50</option>
              <option value="100">100</option>
          </select>
      </label>
  </div>
  <div class="pagination-nav">
      <ul class="pagination">
         <li class="pagination-disabled"><a href="#">┬½</a></li>
         <li><a href="#">1</a></li>
         <li class="pagination-active"><a href="#">2</a></li>
         <li><a href="#">3</a></li>
         <li><a href="#">4</a></li>
         <li><a href="#">5</a></li>
         <li><a href="#">┬╗</a></li>
     </ul>
 </div>
</div>
```

*/
.pagination-bar {
  display: table;
  table-layout: auto;
  width: 100%;
  float: none; }
  @media screen and (min-width: 641px) {
    .pagination-bar .pagination-utils {
      width: 70%; } }

.pagination-mini {
  display: table;
  table-layout: auto;
  width: 100%;
  float: none; }
  @media screen and (min-width: 641px) {
    .pagination-mini .pagination-utils,
    .pagination-mini .pagination-nav {
      width: 50%; } }

.pagination-utils {
  text-align: center;
  padding: 8px 8px; }
  @media screen and (min-width: 641px) {
    .pagination-utils {
      padding: 0;
      text-align: left;
      display: table-cell;
      float: none;
      vertical-align: middle;
      border-bottom: none; } }

.pagination-nav {
  text-align: center;
  padding: 8px 8px; }
  @media screen and (min-width: 641px) {
    .pagination-nav {
      padding: 0;
      padding-left: 8px;
      text-align: right;
      display: table-cell;
      float: none;
      vertical-align: bottom; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 -4px;
  border-radius: 2px; }
  .pagination:after {
    content: "";
    display: block;
    clear: both; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 0.25em 0.5em;
      line-height: 1.42857;
      text-decoration: none;
      color: #006dac;
      background-color: transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
      border-top-left-radius: 2px;
      -moz-border-radius-bottomleft: 2px;
      -webkit-border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      border-top-right-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      -webkit-border-bottom-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #006dac;
    background-color: #ececec;
    border-color: #d9d9d9; }
  .pagination > .pagination-active > a, .pagination > .pagination-active > a:hover, .pagination > .pagination-active > a:focus, .pagination > .pagination-active > span, .pagination > .pagination-active > span:hover, .pagination > .pagination-active > span:focus {
    z-index: 2;
    color: #333;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    cursor: default; }
  .pagination > .pagination-disabled > span, .pagination > .pagination-disabled > span:hover, .pagination > .pagination-disabled > span:focus, .pagination > .pagination-disabled > a, .pagination > .pagination-disabled > a:hover, .pagination > .pagination-disabled > a:focus {
    color: #898989;
    background-color: transparent;
    border-color: #d9d9d9;
    cursor: not-allowed; }

.listing-skyscraper {
  position: absolute;
  top: 0;
  right: -160px; }

.rich-media-preview .rich-media-wrap {
  display: inline-block;
  position: relative; }
.rich-media-preview .top-banner {
  position: absolute;
  top: 75px;
  left: 9px; }
.rich-media-preview .skyscraper {
  position: absolute;
  top: 12px;
  right: 11px; }
.rich-media-preview .medium-rectangle {
  position: absolute;
  top: 363px;
  right: 11px; }
.rich-media-preview .news-blaster {
  position: absolute;
  top: 192px;
  right: 60px; }
.rich-media-preview .content-banner {
  position: absolute;
  top: 10px;
  left: 10px; }
.rich-media-preview .wallpaper {
  position: absolute;
  top: 0;
  right: 0; }

.rich-media-info {
  border-left: 3px solid #dce0e0;
  padding: 0 0 0 15px;
  margin: 0 0 15px; }

.toggle-form {
  -moz-box-shadow: -10px 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -10px 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  width: 58px;
  position: absolute;
  left: -58px; }
  .toggle-form .info {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    border: 4px solid #bebebe;
    color: #bebebe;
    display: block;
    margin: 5px; }
    .toggle-form .info .fa {
      font-size: 24px; }

.rich-media-form {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 2; }
  .rich-media-form .form-container {
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    padding: 15px 20px 20px;
    width: 260px; }

.wallpaper-banner {
  display: block;
  height: 120px;
  margin-top: 0;
  z-index: -1; }
  .wallpaper-banner img {
    display: block;
    margin: auto; }

.overflow-hidden {
  position: relative;
  overflow: hidden; }

.ribbon-featured {
  color: #fff;
  background-color: #277bcd;
  display: block;
  position: absolute;
  top: 15px;
  left: -35px;
  width: 120px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  opacity: 0.95;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.featured-postings {
  background: #f2fbff;
  border-bottom: 1px solid #f0f1f3; }
  .featured-postings .respostlist {
    background: #f2fbff;
    border-color: #f0f1f3;
    padding: 15px 15px 12px;
    display: none; }
    .featured-postings .respostlist:first-child {
      display: block; }
  .featured-postings .respostlist-thumb a {
    background: #fff; }

.featured-postings.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #333;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  .featured-postings.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #333;
    background-color: #fff;
    border-color: #bfbfbf; }
  .featured-postings.owl-theme .owl-controls .owl-nav [class*=owl-]:active, .featured-postings.owl-theme .owl-controls .owl-nav [class*=owl-]:active:focus {
    color: #333;
    background-color: #d9d9d9;
    border-color: #b3b3b3; }
  .featured-postings.owl-theme .owl-controls .owl-nav [class*=owl-]:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #c0c0c0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; }

.featured-postings.owl-theme .owl-controls .owl-nav .owl-prev {
  float: left;
  margin: -7px 0 0 15px;
  padding-right: 8px; }

.featured-postings.owl-theme .owl-controls .owl-nav .owl-next {
  float: right;
  margin: -7px 15px 0 0;
  padding-left: 8px; }

.item {
  position: relative; }
  .item .panel-body {
    border-top: none;
    padding: 10px; }
  .item .panel-heading {
    background: transparent;
    padding: 10px; }
  .item .media-mask:after {
    border: none;
    border-bottom: 1px solid #000; }

.item-img {
  padding-bottom: 76%;
  position: relative; }
  .item-img .label {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1; }

.item-name {
  font-size: 14px;
  font-weight: normal;
  margin: 0; }

.item-description {
  font-size: 13px;
  height: 20px; }

.list-item {
  border-top: 1px solid #ececec;
  padding: 15px;
  position: relative; }
  .list-item .membership-ribbon {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 1; }

.list-item-meta {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .list-item-meta {
      margin-top: 0; } }

.list-item-title {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px; }

.list-item-specs {
  font-size: 13px; }

.seller-info {
  margin: 10px 0; }
  @media (min-width: 768px) {
    .seller-info {
      margin: 0;
      min-height: 110px;
      text-align: right; } }
  .seller-info .item-seller {
    line-height: 18px;
    margin: 3px 0; }
    .seller-info .item-seller > a {
      font-size: 13px; }
    .seller-info .item-seller .icon-membership {
      vertical-align: top;
      top: 2px;
      margin-right: 2px; }
  .seller-info .item-location {
    font-size: 12px; }
    .seller-info .item-location .flag {
      margin: 0 1px -1px 0; }

@media (min-width: 768px) {
  .pricing-info {
    text-align: right; } }

.incoterms {
  font-size: 12px; }

.escrow-services {
  font-size: 12px;
  margin: 3px 0; }
  .escrow-services .icon-escrow {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: -1px 2px 0 0; }

.section {
  background-color: transparent;
  position: relative; }

[class^="section section-"] {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  [class^="section section-"]:last-child {
    border-bottom: 0; }

.section-default {
  background-color: #f5f5f5; }

.section-light {
  background-color: #fff; }

.section-lighter {
  background-color: #eee; }

.section-head .section-title {
  display: inline-block; }
.section-head .more {
  margin: 0 12px; }

.row-md {
  margin-left: -10px;
  margin-right: -10px; }
  .row-md > [class^="col-"], .row-md > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.row-sm {
  margin-left: -6px;
  margin-right: -6px; }
  .row-sm > [class^="col-"], .row-sm > [class*=" col-"] {
    padding-left: 6px;
    padding-right: 6px; }

.row-xs {
  margin-left: -3px;
  margin-right: -3px; }
  .row-xs > [class^="col-"], .row-xs > [class*=" col-"] {
    padding-left: 3px;
    padding-right: 3px; }

.row.row-table {
  width: 100%;
  margin: 0; }

.row-table {
  display: table;
  table-layout: fixed; }

.row-full-height {
  height: 100%; }

.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  align-content: flex-start; }
  .row-flex-wrap:before, .row-flex-wrap:after {
    display: flex; }

/*
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  // hack adjust for wrapping
  margin-left: -.2px;
  margin-right: -.2px;
}
*/
.flex-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.flex-grow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.col-top,
.col-middle,
.col-bottom {
  float: none;
  display: table-cell; }

.col-top {
  vertical-align: top; }

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

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

.category-item > .panel-body {
  height: 70px; }
@media (max-width: 767px) {
  .category-item .panel-body {
    max-height: 71px; } }
@media (min-width: 768px) {
  .category-item.see-all {
    height: 216px; } }
@media (min-width: 992px) {
  .category-item.see-all {
    height: 211px; } }
@media (min-width: 1200px) {
  .category-item.see-all {
    height: 245px; } }

.category-item-icon .icon {
  font-size: 32px; }

.category-img {
  padding-bottom: 68%; }

.category-img img {
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all; }

.category-item:hover .category-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05); }

.subcategory-item {
  padding: 0; }

.tile {
  display: block;
  position: relative;
  padding-bottom: 67%;
  width: 100%; }

.tile-content {
  background-color: #565a5c;
  background-size: 100% !important;
  -webkit-background-size: 100% 100% !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition-duration: .35s;
  -webkit-backface-visibility: hidden;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .tile-content:hover {
    background-size: 112% !important;
    -webkit-background-size: 112% 112% !important;
    transition-delay: 0s !important;
    text-decoration: none;
    color: #fff; }
    .tile-content:hover .tile-no {
      visibility: visible;
      opacity: 1;
      margin-top: 0;
      height: 25px; }
  .tile-content:focus {
    color: rgba(255, 255, 255, 0.8); }

.tile-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin: 0 10px; }

.tile-no {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin: -20px 10px 0;
  padding-top: 3px;
  visibility: hidden;
  opacity: 0;
  transition-duration: .25s; }

.tile-subcategory .tile-heading {
  font-size: 15px; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 10px 10px !important; }

.m-t-1 {
  margin-top: 10px !important; }

.m-r-1 {
  margin-right: 10px !important; }

.m-b-1 {
  margin-bottom: 10px !important; }

.m-l-1 {
  margin-left: 10px !important; }

.m-x-1 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-2 {
  margin: 15px 15px !important; }

.m-t-2 {
  margin-top: 15px !important; }

.m-r-2 {
  margin-right: 15px !important; }

.m-b-2 {
  margin-bottom: 15px !important; }

.m-l-2 {
  margin-left: 15px !important; }

.m-x-2 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.m-y-2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-a-3 {
  margin: 20px 20px !important; }

.m-t-3 {
  margin-top: 20px !important; }

.m-r-3 {
  margin-right: 20px !important; }

.m-b-3 {
  margin-bottom: 20px !important; }

.m-l-3 {
  margin-left: 20px !important; }

.m-x-3 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y-3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-a-4 {
  margin: 30px 30px !important; }

.m-t-4 {
  margin-top: 30px !important; }

.m-r-4 {
  margin-right: 30px !important; }

.m-b-4 {
  margin-bottom: 30px !important; }

.m-l-4 {
  margin-left: 30px !important; }

.m-x-4 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 10px 10px !important; }

.p-t-1 {
  padding-top: 10px !important; }

.p-r-1 {
  padding-right: 10px !important; }

.p-b-1 {
  padding-bottom: 10px !important; }

.p-l-1 {
  padding-left: 10px !important; }

.p-x-1 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-2 {
  padding: 15px 15px !important; }

.p-t-2 {
  padding-top: 15px !important; }

.p-r-2 {
  padding-right: 15px !important; }

.p-b-2 {
  padding-bottom: 15px !important; }

.p-l-2 {
  padding-left: 15px !important; }

.p-x-2 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.p-y-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-a-3 {
  padding: 20px 20px !important; }

.p-t-3 {
  padding-top: 20px !important; }

.p-r-3 {
  padding-right: 20px !important; }

.p-b-3 {
  padding-bottom: 20px !important; }

.p-l-3 {
  padding-left: 20px !important; }

.p-x-3 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-4 {
  padding: 30px 30px !important; }

.p-t-4 {
  padding-top: 30px !important; }

.p-r-4 {
  padding-right: 30px !important; }

.p-b-4 {
  padding-bottom: 30px !important; }

.p-l-4 {
  padding-left: 30px !important; }

.p-x-4 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

@font-face {
    font-family: trust-rating;
    src: url(../assets/fonts/trust-rating/trust-rating.eot?btbx8t);
    src: url(../assets/fonts/trust-rating/trust-rating.eot?btbx8t#iefix) format("embedded-opentype"), url(../assets/fonts/trust-rating/trust-rating.ttf?btbx8t) format("truetype"),
        url(../assets/fonts/trust-rating/trust-rating.woff?btbx8t) format("woff"), url(../assets/fonts/trust-rating/trust-rating.svg?btbx8t#trust-rating) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" tr-icon-"],
[class^="tr-icon-"] {
    font-family: trust-rating !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tr-icon-trust_rating_empty:before {
    content: "\e920";
    color: #bcbcbc;
}
.tr-icon-trust_rating_full:before {
    content: "\e921";
    color: #48bb86;
}

/*# sourceMappingURL=common.css.map */
