@charset "UTF-8";
/*string replace*/
/*get icons*/
/*get colors*/
/* font face import */
/* clearfix */
/* grayscale */
/* radial gradient */
/* small devices like mobile phones */
/* small devices like mobile phones in landscapes */
/* medium devices like tablets */
/* large devices like desktops */
/* font-imports */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/rcherz/ubuntu-r-webfont.eot?") format("eot"), url("../fonts/rcherz/ubuntu-r-webfont.woff2") format("woff2"), url("../fonts/rcherz/ubuntu-r-webfont.woff") format("woff"), url("../fonts/rcherz/ubuntu-r-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/rcherz/ubuntu-ri-webfont.eot?") format("eot"), url("../fonts/rcherz/ubuntu-ri-webfont.woff2") format("woff2"), url("../fonts/rcherz/ubuntu-ri-webfont.woff") format("woff"), url("../fonts/rcherz/ubuntu-ri-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rcherz/ubuntu-l-webfont.eot?") format("eot"), url("../fonts/rcherz/ubuntu-l-webfont.woff2") format("woff2"), url("../fonts/rcherz/ubuntu-l-webfont.woff") format("woff"), url("../fonts/rcherz/ubuntu-l-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/rcherz/ubuntu-b-webfont.eot?") format("eot"), url("../fonts/rcherz/ubuntu-b-webfont.woff2") format("woff2"), url("../fonts/rcherz/ubuntu-b-webfont.woff") format("woff"), url("../fonts/rcherz/ubuntu-b-webfont.ttf") format("truetype");
}
/* icon font */
@font-face {
  font-family: "c-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/rcherz/icons-156d08f881abccbfcc143e09cb75c38f.eot?") format("eot"), url("../fonts/rcherz/icons-156d08f881abccbfcc143e09cb75c38f.woff2") format("woff2"), url("../fonts/rcherz/icons-156d08f881abccbfcc143e09cb75c38f.woff") format("woff"), url("../fonts/rcherz/icons-156d08f881abccbfcc143e09cb75c38f.ttf") format("truetype");
}
/* basic fonts */
/* z-index */
/* basic rhythm */
/* basic border radius */
/* basic grid */
html {
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  -ms-text-size-adjust: 100%;
  webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  color: hsl(0, 0%, 40%);
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning ^ https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
}

*,
*:before,
.c-brackets .d-match > .d-participant::after,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: hsl(0, 0%, 0%);
}
body.v-light {
  background: hsl(0, 0%, 100%);
}
body.v-gradient-pastel {
  background: hsl(53, 47%, 73%);
  background: linear-gradient(to left, #b0dab9, hsl(53, 47%, 73%));
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 800;
}

dfn {
  font-style: italic;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  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] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
input::-webkit-input-placeholder {
  opacity: 1;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

th,
td {
  white-space: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin: 0;
}

/* headings */
h1,
.b-typo-h1 {
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 0.35em 0;
}

h2,
.b-typo-h2 {
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 0.35em 0;
}

h3,
.b-typo-h3 {
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 0.35em 0;
}

h4,
.b-typo-h4 {
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 0.35em 0;
}

h5,
.b-typo-h5 {
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 0.35em 0;
}

h1,
.b-typo-h1 {
  font-size: 1.602em;
}
@media (min-width: 767px) {
  h1,
  .b-typo-h1 {
    font-size: 2.074em;
  }
}
@media (min-width: 1199px) {
  h1,
  .b-typo-h1 {
    font-size: 2.441em;
  }
}
h1.v-uppercase,
.b-typo-h1.v-uppercase {
  text-transform: uppercase;
}
h1.v-yellow,
.b-typo-h1.v-yellow {
  color: hsl(51, 100%, 50%);
}
h1.v-homeheading,
.b-typo-h1.v-homeheading {
  padding: 0.2em 0 0.1em;
}
h1.v-underline,
.b-typo-h1.v-underline {
  border-bottom: 1px solid hsl(0, 0%, 90%);
  margin-bottom: 0.3em;
}
h1.v-bold,
.b-typo-h1.v-bold {
  font-weight: 800;
}
h1.v-size-xxxl,
.b-typo-h1.v-size-xxxl {
  font-size: 4em;
  padding-bottom: 0.25em;
}

h2,
.b-typo-h2 {
  font-size: 1.424em;
}
@media (min-width: 767px) {
  h2,
  .b-typo-h2 {
    font-size: 1.728em;
  }
}
@media (min-width: 1199px) {
  h2,
  .b-typo-h2 {
    font-size: 1.953em;
  }
}
h2.v-bold,
.b-typo-h2.v-bold {
  font-weight: 800;
}
h2.v-uppercase,
.b-typo-h2.v-uppercase {
  text-transform: uppercase;
}
h2.v-smallbox,
.b-typo-h2.v-smallbox {
  font-weight: 800;
  padding-bottom: 1em;
}
h2.v-small,
.b-typo-h2.v-small {
  font-size: 1.2em;
  padding-bottom: 0;
}
h2.v-boxheading,
.b-typo-h2.v-boxheading {
  position: absolute;
  top: -2em;
  left: 0;
  line-height: 2em;
  padding-left: 1em;
  display: block;
  width: 100%;
  margin-top: -1px;
  height: 2em;
  background: hsla(0, 0%, 0%, 0.5);
}
h2 > .d-accented,
.b-typo-h2 > .d-accented {
  font-weight: 800;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 0.5em;
  color: hsl(51, 100%, 50%);
  background: hsl(0, 0%, 30%);
  margin: 0.2em;
  border-radius: 0.1em;
}

h3,
.b-typo-h3 {
  font-size: 1.266em;
}
@media (min-width: 767px) {
  h3,
  .b-typo-h3 {
    font-size: 1.44em;
  }
}
@media (min-width: 1199px) {
  h3,
  .b-typo-h3 {
    font-size: 1.563em;
  }
}
h3.v-smallbox,
.b-typo-h3.v-smallbox {
  color: hsl(0, 0%, 100%);
  padding-top: 0.5em;
}
h3.v-live,
.b-typo-h3.v-live {
  text-align: center;
  padding: 0.4em;
  font-size: 1.563em;
}
@media (min-width: 767px) {
  h3.v-live,
  .b-typo-h3.v-live {
    font-size: 2em;
  }
}
@media (min-width: 1199px) {
  h3.v-live,
  .b-typo-h3.v-live {
    font-size: 2.563em;
  }
}

h4,
.b-typo-h4 {
  font-size: 1.125em;
  font-weight: 800;
}
@media (min-width: 767px) {
  h4,
  .b-typo-h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1199px) {
  h4,
  .b-typo-h4 {
    font-size: 1.25em;
  }
}

h5,
.b-typo-h5 {
  font-size: 1em;
  font-weight: 300;
}
h5.v-color-white,
.b-typo-h5.v-color-white {
  color: hsl(0, 0%, 100%);
}
h5.v-unpadded,
.b-typo-h5.v-unpadded {
  padding-bottom: 0;
}

/*paragraphs*/
p,
.b-typo-p {
  font-size: 100%;
  padding-bottom: 1em;
  line-height: 1.4em;
}
p.v-smallbox,
.b-typo-p.v-smallbox {
  color: hsl(0, 0%, 80%);
}
p.v-unpadded,
.b-typo-p.v-unpadded {
  padding: 0;
}
p.v-small,
.b-typo-p.v-small {
  font-size: 0.875em;
}
p.v-smaller,
.b-typo-p.v-smaller {
  font-size: 0.75em;
}
p.v-color-gray,
.b-typo-p.v-color-gray {
  color: hsl(0, 0%, 80%);
}
p.v-color-darkgray,
.b-typo-p.v-color-darkgray {
  color: hsl(0, 0%, 60%);
}
p.v-nowrap,
.b-typo-p.v-nowrap {
  white-space: nowrap;
}
p.v-altersignup,
.b-typo-p.v-altersignup {
  display: inline-block;
  margin-top: 0.5em;
  color: hsl(0, 0%, 60%);
}

small,
.b-typo-small {
  font-size: 80%;
}
small.v-main-subheading,
.b-typo-small.v-main-subheading {
  display: block;
  position: absolute;
  top: -1.8em;
  color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 0%, 0.4);
  padding: 0.2em 1rem;
  left: 0;
  font-size: 0.5em;
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  small.v-main-subheading,
  .b-typo-small.v-main-subheading {
    text-align: left;
  }
}
small.v-bold,
.b-typo-small.v-bold {
  font-weight: 800;
}

.b-typo-link {
  text-decoration: underline;
}
.b-typo-link:hover {
  color: hsl(90, 100%, 40%);
}
.b-typo-link.v-inverse {
  color: hsl(0, 0%, 100%);
}
.b-typo-link.v-inverse:hover {
  color: hsl(0, 0%, 90%);
}

a {
  text-decoration: none;
  color: hsl(0, 0%, 30%);
}

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

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

.c-accordion > .d-panel > .d-nav {
  cursor: pointer;
  padding: 1em;
  text-align: center;
  border-top: 1px solid hsl(0, 0%, 80%);
}
.c-accordion > .d-panel > .d-content {
  display: none;
  padding: 1em;
}
.c-accordion > .d-panel > .d-navigation {
  display: none;
}
.c-accordion > .d-panel.is-active > .d-nav {
  border-top: 1px solid hsl(0, 0%, 80%);
  background: hsl(0, 0%, 99%);
}
.c-accordion > .d-panel.is-active > .d-content {
  display: inherit;
}
.c-accordion > .d-panel.is-active > .d-navigation {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background: hsl(0, 0%, 99%);
}
.c-accordion > .d-panel.is-active > .d-navigation:after {
  content: " ";
  display: block;
  clear: both;
}
.c-accordion > .d-panel.is-active > .d-navigation > .d-section.v-left {
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%;
}
.c-accordion > .d-panel.is-active > .d-navigation > .d-section.v-right {
  width: 44.4444444444%;
  float: right;
  margin-right: 0;
  text-align: right;
}
.c-accordion > .d-panel:first-child > .d-nav {
  border-top-width: 0;
}
.c-accordion > .d-panel:first-child.is-active > .d-nav {
  border-top-width: 1px;
}
.c-accordion.v-margin-m {
  margin-top: 1em;
}

.c-buttons-wrap.v-size-s {
  font-size: 0.875rem;
}
.c-buttons-wrap.v-centered {
  text-align: center;
}
.c-buttons-wrap.v-padded {
  padding: 1em;
}
.c-buttons-wrap.v-bordered {
  border-top: 1px solid hsl(0, 0%, 95%);
}
.c-buttons-wrap.v-bg-black {
  background: hsla(0, 0%, 0%, 0.5);
}

.c-buttons {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 2em;
  border: 0;
  cursor: pointer;
}
.c-buttons.v-width-full {
  width: 100%;
}
.c-buttons.v-size-xs {
  font-size: 0.75em;
  padding: 0 1em;
}
.c-buttons.v-size-s {
  font-size: 1em;
  padding: 0 1em;
}
.c-buttons.v-size-m {
  font-size: 1.15em;
  padding: 0 1em;
}
.c-buttons.v-size-l {
  font-size: 1.3em;
  padding: 0 1em;
}
.c-buttons.v-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.c-buttons.v-type-green {
  background: hsl(90, 100%, 40%);
  color: hsl(0, 0%, 100%);
  box-shadow: 0 0 3px hsl(0, 0%, 80%), inset 0 0 5px hsl(90, 100%, 30%);
  text-shadow: 0 0 3px hsl(0, 0%, 60%);
  border: 2px solid hsl(90, 100%, 30%);
}
.c-buttons.v-type-green:hover {
  background: hsl(90, 100%, 30%);
}
.c-buttons.v-type-red {
  background: hsl(0, 44%, 46%);
  color: hsl(0, 44%, 146%);
  box-shadow: 0 0 3px hsl(0, 0%, 80%), inset 0 0 5px hsl(0, 44%, 36%);
  text-shadow: 0 0 3px hsl(0, 0%, 60%);
  border: 2px solid hsl(0, 44%, 36%);
}
.c-buttons.v-type-red:hover {
  background: hsl(0, 44%, 36%);
}
.c-buttons.v-type-yellow {
  background: hsl(51, 100%, 50%);
  color: hsl(0, 0%, 30%);
  box-shadow: inset 0 0 9px hsl(0, 0%, 100%);
  border: 2px solid hsl(51, 100%, 60%);
}
.c-buttons.v-type-yellow:hover {
  background: hsl(0, 0%, 100%);
}
.c-buttons.v-type-transparent {
  border: 2px solid hsl(0, 0%, 40%);
  color: hsl(0, 0%, 40%);
}
.c-buttons.v-type-transparent:hover {
  border-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 10%);
}
.c-buttons.v-type-yellow-shaded {
  background: hsl(51, 100%, 50%);
  color: hsl(0, 0%, 30%);
  box-shadow: 0 0 5px hsl(0, 0%, 80%);
}
.c-buttons.v-type-yellow-shaded:hover {
  background: hsl(51, 100%, 70%);
}
.c-buttons.v-type-expand {
  border-top: 1px solid hsl(0, 0%, 95%);
  line-height: 2em;
  padding: 0 1em;
  height: 2em;
  font-size: 0.85em;
  font-weight: 400;
  color: hsl(90, 100%, 30%);
  border-radius: 0;
  cursor: pointer;
}
.c-buttons.v-type-expand:hover {
  background: hsl(0, 0%, 99%);
  color: hsl(90, 100%, 10%);
}
.c-buttons.v-type-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  color: hsl(0, 0%, 60%);
}
.c-buttons.v-type-link:hover {
  color: hsl(0, 0%, 40%);
}
.c-buttons.v-type-disabled {
  border: 2px solid hsl(0, 0%, 60%);
  color: hsl(0, 0%, 40%);
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.c-buttons.v-margin-right {
  margin-right: 1em;
}
.c-buttons.v-margin-left {
  margin-left: 1em;
}
.c-buttons.v-margin-bottom {
  margin-bottom: 0.3em;
}
.c-buttons.v-margin-top {
  margin-top: 0.3em;
}
.c-buttons.v-type-competition-join {
  margin-bottom: 2em;
}
.c-buttons.v-type-header-button {
  margin-bottom: 1em;
}

.c-tabs > .d-tab-navigation {
  width: 100%;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-tabs > .d-tab-navigation:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1199px) {
  .c-tabs > .d-tab-navigation {
    padding-left: 1em;
  }
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item {
  display: block;
  height: 2.5em;
  position: relative;
}
@media (min-width: 1199px) {
  .c-tabs > .d-tab-navigation > .d-tab-navigation-item {
    display: inline-block;
    margin-bottom: -1px;
  }
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item > .d-tab-navigation-link {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .c-tabs > .d-tab-navigation > .d-tab-navigation-item > .d-tab-navigation-link {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: 0;
  }
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item > .d-tab-navigation-link:hover {
  background: hsl(0, 0%, 99%);
}
@media (min-width: 1199px) {
  .c-tabs > .d-tab-navigation > .d-tab-navigation-item > .d-tab-navigation-link:hover {
    display: inline-block;
    border: 1px solid hsl(0, 0%, 90%);
    border-bottom: 0;
  }
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item.is-active > .d-tab-navigation-link::after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsl(90, 100%, 40%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-navigation > .d-tab-navigation-item.is-active > .d-tab-navigation-link::after {
    width: 100%;
    height: 3px;
  }
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item.is-active > .d-tab-navigation-link.v-edit::after {
  background: hsl(0, 44%, 46%);
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item.is-active .d-edit-button {
  display: inline-block;
}
.c-tabs > .d-tab-navigation > .d-tab-navigation-item .d-edit-button {
  display: none;
}
.c-tabs > .d-tab-content {
  display: none;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
.c-tabs > .d-tab-content > .d-content-wrapper {
  padding: 1em;
}
.c-tabs > .d-tab-content > .d-content-wrapper.v-no-bottom-padding {
  padding-bottom: 0;
}
.c-tabs > .d-tab-content.is-visible {
  display: block;
  min-height: 4em;
  background: hsl(0, 0%, 99%);
}
.c-tabs > .d-tab-content.v-padded-content {
  padding: 1em;
}
.c-tabs > .d-tab-content.v-collapsed.v-id-info > .d-information > .d-tab-info-row.d-additional-info {
  display: none;
}
.c-tabs > .d-tab-content.v-collapsed.v-id-live-results > .d-content-wrapper.v-displaymodesettings {
  display: none;
}
.c-tabs > .d-tab-content.v-collapsed.v-id-live-results > .d-blockwrapper.v-image {
  display: none;
}
.c-tabs > .d-tab-content.v-blockcontent {
  border: 1px solid hsl(0, 0%, 90%);
  border-width: 1px 0;
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-blockcontent {
    display: table;
    width: 100%;
  }
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-blockcontent > .d-tab-block {
    display: table-cell;
    width: 33%;
    border-bottom: 0;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
  .c-tabs > .d-tab-content.v-blockcontent > .d-tab-block:last-child {
    border-right: 0;
  }
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block:last-child {
  border-bottom: 0;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block.v-centered {
  text-align: center;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block > .d-tab-block-heading {
  font-size: 1.2em;
  padding-bottom: 1.5em;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block > .d-tab-block-heading > .d-tab-block-subheading {
  font-weight: normal;
  display: block;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block > .d-bundlesblock {
  display: inline-block;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block > .d-bundlesblock > .d-bundle {
  display: block;
  text-align: right;
  padding-bottom: 0.5em;
}
.c-tabs > .d-tab-content.v-blockcontent > .d-tab-block > .d-bundlesblock > .d-bundle > .d-accented {
  font-weight: 800;
}
.c-tabs > .d-tab-content.v-id-locations {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-tabs > .d-tab-content.v-id-locations:after {
  content: " ";
  display: block;
  clear: both;
}
.c-tabs > .d-tab-content.v-id-locations > .d-select {
  margin: 1em;
}
.c-tabs > .d-tab-content.v-id-locations > .d-information {
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-information {
    width: 66.6666666667%;
    float: left;
    display: table;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-information > .d-tab-info-row {
    display: table-row;
  }
}
.c-tabs > .d-tab-content.v-id-locations > .d-information > .d-tab-info-row > .d-card-left {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-information > .d-tab-info-row > .d-card-left {
    width: 50%;
    display: table-cell;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
.c-tabs > .d-tab-content.v-id-locations > .d-information > .d-tab-info-row > .d-card-right {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-information > .d-tab-info-row > .d-card-right {
    width: 50%;
    display: table-cell;
  }
}
.c-tabs > .d-tab-content.v-id-locations > .d-map {
  height: 13em;
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-map {
    width: 33.3333333333%;
    float: right;
    margin-right: 0;
    height: 9em;
  }
}
@media (min-width: 1199px) {
  .c-tabs > .d-tab-content.v-id-locations > .d-map {
    height: 10em;
  }
}
.c-tabs > .d-tab-content.v-type-shoot-up > .d-score-cards {
  padding: 0.5em;
  font-size: 90%;
  text-align: right;
}
.c-tabs > .d-tab-content.v-type-shoot-up > .d-score-cards a {
  margin-left: 1em;
}
.c-tabs > .d-tab-content.v-type-shoot-up > .d-generate-matches {
  text-align: center;
  padding: 1em;
}
.c-tabs > .d-tab-content.v-id-info > .d-information {
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-info > .d-information {
    display: table;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row {
    display: table-row;
  }
}
.c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-left {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-left {
    width: 50%;
    display: table-cell;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
.c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-left .d-competition-image {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 1em;
  background: hsl(0, 0%, 90%);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-right {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-right {
    width: 50%;
    display: table-cell;
  }
}
.c-tabs > .d-tab-content.v-id-info > .d-information > .d-tab-info-row > .d-card-right .d-competition-image {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 1em;
  background: hsl(0, 0%, 90%);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper {
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper {
    display: table;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper > .d-tab-row {
    display: table-row;
  }
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper > .d-tab-row > .d-card-left {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper > .d-tab-row > .d-card-left {
    width: 50%;
    display: table-cell;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper > .d-tab-row > .d-card-right {
  padding: 1em;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper > .d-tab-row > .d-card-right {
    width: 50%;
    display: table-cell;
  }
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-singlerow > .d-tab-row > .d-card-left {
    border-bottom-style: solid;
  }
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-singlerow > .d-tab-row > .d-card-right {
  border-bottom-style: solid;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-margin-bottom {
  margin-bottom: 1em;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-left > .d-imageblock > .d-imagewrapper, .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-right > .d-imageblock > .d-imagewrapper {
  position: relative;
  width: 5em;
  height: 5em;
  display: inline-block;
  margin: 1em;
  vertical-align: middle;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-left > .d-imageblock > .d-imagewrapper::after, .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-right > .d-imageblock > .d-imagewrapper::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 4em;
  content: "\f124";
  color: hsl(0, 0%, 100%);
  font-family: "c-icons";
  vertical-align: baseline;
  line-height: 1.25;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  background: hsl(0, 0%, 93%);
  top: 0;
  left: 0;
  text-align: center;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-left > .d-imageblock > .d-imagewrapper > .d-image, .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-right > .d-imageblock > .d-imagewrapper > .d-image {
  display: block;
  width: 5em;
  height: 5em;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-left > .d-imageblock > .d-imageplacement, .c-tabs > .d-tab-content.v-rowblock > .d-blockwrapper.v-image > .d-tab-row > .d-card-right > .d-imageblock > .d-imageplacement {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.c-tabs > .d-tab-content.v-singlecontent > .d-information {
  border: 1px solid hsl(0, 0%, 90%);
  border-width: 1px 0;
}
.c-tabs > .d-tab-content.v-singlecontent > .d-information > .d-tab-info-row:last-child > .d-card-left, .c-tabs > .d-tab-content.v-singlecontent > .d-information > .d-tab-info-row:last-child > .d-card-right {
  border-bottom: 0;
}
.c-tabs > .d-tab-content .d-sub-tabs {
  font-size: 0.75em;
}
.c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper {
  background: hsl(0, 0%, 99%);
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
.c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item {
  cursor: pointer;
  padding: 0.75em 1em 0.5em;
  display: block;
  margin-left: 1em;
  border-left: 2px solid transparent;
  border-top: 1px solid hsl(0, 0%, 95%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item {
    display: inline-block;
    border-bottom: 2px solid transparent;
    border-top: 0;
    margin-left: 0;
  }
}
.c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item:hover, .c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item.is-active {
  border-left: 2px solid hsl(90, 100%, 40%);
}
@media (min-width: 767px) {
  .c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item:hover, .c-tabs > .d-tab-content .d-sub-tabs > .d-nav-wrapper > .d-item.is-active {
    border-left: 2px solid transparent;
    border-bottom: 2px solid hsl(90, 100%, 40%);
  }
}
.c-tabs > .d-tab-content.v-edit .d-sub-tabs > .d-nav-wrapper > .d-item {
  cursor: not-allowed;
}
.c-tabs > .d-tab-content.v-id-attachments-tab {
  padding: 1em;
}
.c-tabs.v-width-full {
  margin: 0 -1em 1.5%;
}
.c-tabs.v-bottompadded {
  padding-bottom: 3em;
}
.c-tabs.v-liveresults {
  background: hsl(0, 0%, 100%);
}
.c-tabs.v-liveresults > .d-tab-navigation {
  font-size: 0.75em;
  padding-left: 0;
}
@media (min-width: 767px) {
  .c-tabs.v-liveresults > .d-tab-navigation {
    font-size: 0.875em;
  }
}
@media (min-width: 1199px) {
  .c-tabs.v-liveresults > .d-tab-navigation {
    font-size: 1.2em;
  }
}
.c-tabs.v-liveresults > .d-tab-content {
  border-bottom: 0;
}
.c-tabs.v-fullscreen > .d-tab-navigation {
  font-size: 1.2rem;
}
.c-tabs.v-fullscreen > .d-tab-navigation > .d-tab-navigation-item > .d-tab-navigation-link:hover {
  background: hsla(0, 0%, 100%, 0.5);
}
.c-tabs.v-fullscreen > .d-tab-navigation > .d-tab-navigation-item.is-active > .d-tab-navigation-link {
  background: hsla(0, 0%, 100%, 0.5);
}
.c-tabs.v-fullscreen > .d-tab-content.is-visible {
  background: hsla(0, 0%, 100%, 0.5);
}

.c-cards {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px; /* prevent margin collapse */
  font-size: 1.2rem;
}
.c-cards:after {
  content: " ";
  display: block;
  clear: both;
}
.c-cards > .d-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-cards > .d-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-cards > .d-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-cards > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-cards > .d-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-cards > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-cards > .d-container .d-heading {
  font-weight: 800;
  text-transform: uppercase;
}
.c-cards > .d-container > .d-box {
  font-weight: 300;
}
.c-cards.v-main {
  background: transparent url("/images/main_bg_small.jpg") center center/cover no-repeat;
}
@media (min-width: 767px) {
  .c-cards.v-main {
    background: transparent url("/images/main_bg.jpg") center center/cover no-repeat;
  }
}
.c-cards.v-main > .d-container {
  margin-top: 8%;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .c-cards.v-main > .d-container {
    margin-top: 16%;
    margin-bottom: 16%;
  }
}
.c-cards.v-main > .d-container > .d-box {
  color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 0%, 0.6);
  position: relative;
  padding: 0 1rem 1.3rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 767px) {
  .c-cards.v-main > .d-container > .d-box {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}
.c-cards.v-main > .d-container > .d-box > .d-boxlink {
  margin-left: 1em;
  color: hsl(51, 100%, 50%);
  font-weight: normal;
}
.c-cards.v-main > .d-container > .d-box > .d-boxlink:hover {
  color: hsl(0, 0%, 100%);
}
.c-cards.v-howitworks {
  padding: 4% 0 2%;
  color: hsl(0, 0%, 96%);
  background: hsl(0, 0%, 5%);
  background: radial-gradient(ellipse at center, hsl(0, 0%, 5%) 0%, hsl(0, 0%, 10%) 100%);
  text-align: center;
}
.c-cards.v-howitworks > .d-container > .d-box {
  color: hsl(51, 100%, 50%);
  padding: 0.7em;
}
@media (min-width: 767px) {
  .c-cards.v-howitworks > .d-container > .d-box {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.c-cards.v-liveresults {
  background: transparent url("/images/bow.jpg") center center/cover no-repeat;
}
.c-cards.v-liveresults > .d-container > .d-box {
  color: hsl(0, 0%, 100%);
  text-align: center;
  padding: 15% 1em 15%;
}
@media (min-width: 767px) {
  .c-cards.v-liveresults > .d-container > .d-box {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}
.c-cards.v-whousesit {
  font-size: 1rem;
}
.c-cards.v-whousesit > .d-container > .d-box {
  text-align: center;
  padding: 3% 1em 3%;
}
.c-cards.v-whousesit > .d-container > .d-box > .d-logo {
  display: inline-block;
  max-width: 140px;
  height: auto;
  margin: 3%;
  filter: grayscale(100%);
  opacity: 0.6;
}
.c-cards.v-mobile {
  font-size: 1.2rem;
  background: hsl(0, 0%, 100%);
  background: radial-gradient(ellipse at center, hsl(0, 0%, 100%) 0%, hsl(50, 60%, 85%) 100%);
}
.c-cards.v-mobile > .d-container > .d-box {
  text-align: center;
  padding: 10% 1em 0;
}
@media (min-width: 767px) {
  .c-cards.v-mobile > .d-container > .d-box {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }
}
@media (min-width: 767px) {
  .c-cards.v-mobile > .d-container > .d-box.v-textbox {
    transform: translate(0, 20%);
  }
}
.c-cards.v-mobile > .d-container > .d-box > .d-mobile-image {
  max-width: 50%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 767px) {
  .c-cards.v-mobile > .d-container > .d-box > .d-mobile-image {
    max-width: 100%;
  }
}
.c-cards.v-tryit {
  text-align: center;
  padding: 6% 1em;
}
.c-cards.v-login {
  background: transparent url("/images/arrow.jpg") center center/cover no-repeat;
}
.c-cards.v-login > .d-container {
  padding: 10% 0;
}
.c-cards.v-login > .d-container > .d-box {
  color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 0%, 0.9);
  padding: 1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 767px) {
  .c-cards.v-login > .d-container > .d-box {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
    text-align: left;
  }
}
.c-cards.v-signup {
  background: transparent url("/images/signup_bg.jpg") center center/cover no-repeat;
}
.c-cards.v-signup > .d-container {
  padding: 10% 0;
}
.c-cards.v-signup > .d-container > .d-box {
  position: relative;
  color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 0%, 0.9);
  padding: 1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 767px) {
  .c-cards.v-signup > .d-container > .d-box {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
    text-align: left;
  }
}
.c-cards.v-signup > .d-container > .d-box > .d-headertag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75em;
  padding: 0.1em 0.5em;
  background: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 90%);
}
.c-cards.v-pricing {
  background: transparent url("/images/pricing_bg.jpg") center center/cover no-repeat;
}
.c-cards.v-pricing > .d-container {
  padding: 10% 0;
}
.c-cards.v-pricing > .d-container > .d-box {
  position: relative;
  color: hsl(0, 0%, 100%);
  background-color: hsla(0, 0%, 0%, 0.7);
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 767px) {
  .c-cards.v-pricing > .d-container > .d-box {
    width: 66.6666666667%;
    float: left;
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .c-cards.v-pricing > .d-container > .d-box {
    width: 50%;
    float: left;
    text-align: left;
  }
}
.c-cards.v-pricing > .d-container > .d-box > .d-subbox {
  padding: 1em;
}
@media (min-width: 767px) {
  .c-cards.v-pricing > .d-container > .d-box > .d-subbox {
    width: 50%;
    float: left;
    text-align: center;
  }
}
.c-cards.v-pricing > .d-container > .d-box > .d-subbox.v-right {
  background: hsl(0, 0%, 0%);
  font-size: 1.1rem;
}
@media (min-width: 767px) {
  .c-cards.v-pricing > .d-container > .d-box > .d-subbox.v-right {
    text-align: left;
    padding-bottom: 0;
  }
}
.c-cards.v-pricing > .d-container > .d-box > .d-subbox.v-right > .d-subheading > .d-accented {
  display: block;
  font-weight: bold;
}
.c-cards.v-pricing > .d-container > .d-box > .d-subbox > .d-pricinglist {
  margin: 0;
}
@media (min-width: 767px) {
  .c-cards.v-pricing > .d-container > .d-box > .d-subbox > .d-pricinglist > .d-pricinglist-item > .d-pricing-icon {
    float: left;
    margin: 0.1em 0.3em 1em;
  }
}
.c-cards.v-features {
  background: transparent url("/images/features_bg.jpg") center center/cover no-repeat;
}
.c-cards.v-features > .d-container {
  padding: 10% 0;
}
.c-cards.v-features > .d-container > .d-box {
  position: relative;
  text-align: center;
}
@media (min-width: 767px) {
  .c-cards.v-features > .d-container > .d-box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1199px) {
  .c-cards.v-features > .d-container > .d-box {
    width: 75%;
    float: left;
  }
}
.c-cards.v-features > .d-container > .d-box > .d-heading {
  color: hsl(0, 0%, 100%);
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 767px) {
  .c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox {
    float: left;
    width: 45%;
  }
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox > .d-subheading {
  background: hsla(0, 0%, 0%, 0.6);
  margin-bottom: 1px;
  color: hsl(0, 0%, 90%);
  line-height: 2.5em;
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox > .d-featureslist {
  margin: 0;
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox > .d-featureslist > .d-featureslist-item {
  background: hsla(0, 0%, 0%, 0.4);
  display: table;
  width: 100%;
  margin-bottom: 1px;
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox > .d-featureslist > .d-featureslist-item > .d-features-icon {
  vertical-align: middle;
  display: table-cell;
  padding: 0.5em;
  width: 3.5em;
}
.c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox > .d-featureslist > .d-featureslist-item > .d-features-item-text {
  display: table-cell;
  background: hsl(0, 0%, 0%);
  text-align: left;
  padding: 1em 1em 0;
  height: 5.3em;
}
@media (min-width: 767px) {
  .c-cards.v-features > .d-container > .d-box > .d-subboxes > .d-subbox.v-right {
    width: calc(55% - 1px);
    margin-left: 1px;
  }
}
.c-cards > .d-navigation {
  background: hsl(0, 0%, 5%);
  text-align: center;
}
.c-cards > .d-navigation > .d-navigationcontent {
  display: block;
  color: hsl(0, 0%, 100%);
  padding: 1em 0;
}
.c-cards > .d-navigation > .d-navigationcontent:hover {
  color: hsl(0, 0%, 90%);
}

.c-tables-wrap {
  margin: 0 0 1%;
}
.c-tables-wrap > .d-table-wrap-head {
  padding-left: 1em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-tables-wrap > .d-table-wrap-head:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-tables-wrap > .d-table-wrap-head > .d-table-heading {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.c-tables-wrap > .d-table-wrap-head > .d-table-control {
  font-size: 0.875rem;
  padding: 1% 1em 0 0;
}
@media (min-width: 767px) {
  .c-tables-wrap > .d-table-wrap-head > .d-table-control {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
.c-tables-wrap > .d-table-wrap-head > .d-table-control.v-refresh-division {
  cursor: pointer;
}
.c-tables-wrap.v-category {
  padding-bottom: 1.5em;
}
.c-tables-wrap.v-category:last-child {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .c-tables-wrap.v-category {
    padding-bottom: 2em;
  }
  .c-tables-wrap.v-category:last-child {
    padding-bottom: 0;
  }
}
.c-tables-wrap.v-width-full {
  margin: auto -1em;
}
.c-tables-wrap.v-margin-m {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.c-tables-wrap.v-margin-bottom {
  margin-bottom: 2em;
}
.c-tables-wrap.v-live {
  margin-top: 1em;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 2.5em hsla(0, 0%, 40%, 0.6);
  width: 100%;
}
@media (min-width: 1199px) {
  .c-tables-wrap.v-live {
    width: 95%;
  }
}
.c-tables-wrap.v-live > .d-table-heading {
  font-size: 1rem;
  padding: 0.5em 0.5em 0;
  background: hsla(0, 0%, 100%, 0.8);
  border-bottom: 1px solid hsl(0, 0%, 70%);
}
@media (min-width: 767px) {
  .c-tables-wrap.v-live > .d-table-heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 1199px) {
  .c-tables-wrap.v-live > .d-table-heading {
    font-size: 1.5rem;
  }
}

.c-fixed-top-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.c-fixed-top-wrap.v-bg-white {
  background: hsl(0, 0%, 100%);
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.c-tables {
  font-size: 0.8rem;
}
.c-tables .d-table-head-cell {
  display: none;
}
.c-tables .d-table-head-cell.v-align-left {
  text-align: left;
}
@media (min-width: 767px) {
  .c-tables .d-table-head-cell {
    display: table-cell;
    font-size: 0.75em;
    background: hsl(0, 0%, 97%);
    border: 1px solid hsl(0, 0%, 91%);
    border-width: 1px 0;
    white-space: normal;
    padding: 0.5em;
  }
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell {
  white-space: normal;
  padding: 0.5em 0.5em 0.5em 50%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  display: block;
  width: 100%;
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell > .d-sub {
  display: block;
  font-size: 0.675em;
}
@media (min-width: 767px) {
  .c-tables > .d-table-body > .d-table-row > .d-table-cell {
    display: table-cell;
    width: auto;
    padding-left: 1em;
  }
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell::before, .c-brackets .c-tables > .d-table-body > .d-table-row.d-match > .d-table-cell.d-participant::after {
  content: attr(data-description);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: hsl(0, 0%, 97%);
  padding-top: 0.5em;
  font-size: 0.9em;
}
@media (min-width: 767px) {
  .c-tables > .d-table-body > .d-table-row > .d-table-cell::before, .c-brackets .c-tables > .d-table-body > .d-table-row.d-match > .d-table-cell.d-participant::after {
    display: none;
  }
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 50%;
  background: hsl(0, 0%, 95%);
  top: 50%;
  transform: translate(0, -50%);
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell:first-child {
  border-top: 1px solid hsl(0, 0%, 60%);
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell:first-child::after {
  display: none;
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell.v-align-left {
  text-align: center;
}
@media (min-width: 767px) {
  .c-tables > .d-table-body > .d-table-row > .d-table-cell.v-align-left {
    text-align: left;
  }
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell.v-bold {
  font-weight: 800;
}
.c-tables > .d-table-body > .d-table-row > .d-table-cell.v-table-inside {
  padding: 0 1.5em;
}
.c-tables > .d-table-body > .d-table-row.v-highlighted > .d-table-cell {
  background: hsl(90, 100%, 90%);
}
.c-tables > .d-table-body > .d-table-row.v-accented > .d-table-cell {
  background: hsl(0, 0%, 99%);
  font-weight: 800;
  font-size: 1.125em;
}
.c-tables > .d-table-body > .d-table-row.v-accented-inverse > .d-table-cell {
  background: hsl(90, 100%, 40%);
  font-weight: 800;
  color: hsl(0, 0%, 100%);
}
.c-tables > .d-table-body > .d-table-row.v-warning-inverse > .d-table-cell {
  background: hsl(0, 44%, 46%);
  font-weight: 800;
  color: hsl(0, 0%, 100%);
}
.c-tables > .d-table-body > .d-table-row.v-disabled > .d-table-cell {
  background: hsl(0, 0%, 99%);
  opacity: 0.4;
  color: hsl(0, 0%, 60%);
  cursor: not-allowed;
}
.c-tables > .d-table-body > .d-table-row.v-separator {
  height: 3px;
  position: relative;
}
.c-tables > .d-table-body > .d-table-row.v-separator:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background: hsl(0, 0%, 40%);
  width: 100%;
  height: 3px;
}
.c-tables.v-width-full {
  width: 100%;
}
.c-tables.v-fixed {
  table-layout: fixed;
}
@media (min-width: 767px) {
  .c-tables.v-tabstable .d-table-head-cell {
    border-width: 0 0 1px 0;
  }
}
.c-tables.v-bracketstable {
  width: 100%;
}
@media (min-width: 767px) {
  .c-tables.v-bracketstable {
    table-layout: fixed;
  }
}
.c-tables.v-bracketstable > .d-table-body > .d-table-row > .d-table-cell {
  width: 20px;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .c-tables.v-bracketstable > .d-table-body > .d-table-row > .d-table-cell {
    padding: 0.5em 0;
  }
}
.c-tables.v-bracketstable > .d-table-body > .d-table-row > .d-table-cell:first-child {
  border-top: 0;
}
.c-tables.v-bracketstable > .d-table-body > .d-table-row > .d-table-cell:nth-child(6) {
  font-weight: bold;
}
@media (min-width: 767px) {
  .c-tables.v-nestingtable > .d-table-head .d-table-head-cell {
    border-color: hsl(0, 0%, 70%);
  }
}
@media (min-width: 767px) {
  .c-tables.v-nestingtable > .d-table-body > .d-table-row > .d-table-cell {
    border-color: hsl(0, 0%, 70%);
  }
}
.c-tables.v-nestedtable > .d-table-head > .d-table-row > .d-table-head-cell {
  background-color: hsl(0, 0%, 99%);
}
@media (min-width: 767px) {
  .c-tables.v-nestedtable > .d-table-body > .d-table-row > .d-table-cell.v-fixed-width {
    width: 50%;
  }
}
.c-tables.v-nestedtable > .d-table-body > .d-table-row:last-child > .d-table-cell {
  border-bottom: 0;
}
.c-tables.v-field-table {
  display: none;
}
.c-tables.v-field-table.is-active {
  display: table;
}
.c-tables.v-matchestable {
  display: none;
}
.c-tables.v-matchestable.is-active {
  display: table;
}
.c-tables.v-matchestable > .d-table-body > .d-table-row > .d-table-cell {
  border-bottom-style: dashed;
}
.c-tables.v-matchestable > .d-table-body > .d-table-row.v-winner > .d-table-cell {
  position: relative;
  color: hsl(90, 100%, 40%);
}
@media (min-width: 767px) {
  .c-tables.v-matchestable > .d-table-body > .d-table-row.v-winner > .d-table-cell:first-child {
    border-top: 0;
  }
  .c-tables.v-matchestable > .d-table-body > .d-table-row.v-winner > .d-table-cell:first-child::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: hsl(90, 100%, 40%);
    transform: translate(50%, -50%);
  }
}
.c-tables.v-matchestable > .d-table-body > .d-table-row.v-endrow > .d-table-cell {
  border-bottom: 1px solid hsl(0, 0%, 70%);
}
.c-tables.v-matchestable > .d-table-body > .d-table-row.v-endrow > .d-table-cell:first-child {
  border-top: 1px dashed hsl(0, 0%, 80%);
}
.c-tables.v-matchestable > .d-table-body > .d-table-row.v-winner-override > .d-table-cell {
  background: hsl(50, 60%, 85%);
}
.c-tables.v-matchestable.v-not-scored-yet .d-athlete-name {
  display: none;
}
.c-tables.v-edit {
  table-layout: fixed;
  outline: 2px solid hsl(0, 44%, 46%);
}
.c-tables.v-edit > .d-table-body > .d-table-row > .d-table-cell > .d-table-input {
  height: 2.5em;
  text-align: center;
  max-width: 100%;
  border: 2px solid hsl(0, 0%, 80%);
}
.c-tables.v-edit > .d-table-body > .d-table-row > .d-table-cell > .d-table-input:focus {
  border-color: hsl(0, 0%, 50%);
}
.c-tables.v-edit > .d-table-body > .d-table-row > .d-table-cell[data-type=position] > .d-toggle-winner {
  cursor: pointer;
}
.c-tables.v-edit > .d-table-body > .d-table-row > .d-table-cell[data-type=position] > .d-change-position {
  cursor: pointer;
}
.c-tables.v-horizontal .d-table-head-cell {
  display: table-cell;
  text-align: center;
  font-size: 0.875em;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.c-tables.v-horizontal .d-table-head-cell.is-visible-from-phone-horizontal {
  display: none;
}
@media (min-width: 321px) {
  .c-tables.v-horizontal .d-table-head-cell.is-visible-from-phone-horizontal {
    display: table-cell;
  }
}
.c-tables.v-horizontal .d-table-head-cell.is-visible-from-tablet {
  display: none;
}
@media (min-width: 767px) {
  .c-tables.v-horizontal .d-table-head-cell.is-visible-from-tablet {
    display: table-cell;
  }
}
.c-tables.v-horizontal .d-table-head-cell.is-visible-from-desktop {
  display: none;
}
@media (min-width: 1199px) {
  .c-tables.v-horizontal .d-table-head-cell.is-visible-from-desktop {
    display: table-cell;
  }
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell {
  padding: 0.5em;
  display: table-cell;
  width: auto;
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell:first-child {
  border-top: 0;
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell::before, .c-brackets .c-tables.v-horizontal > .d-table-body > .d-table-row.d-match > .d-table-cell.d-participant::after {
  display: none;
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-phone-horizontal {
  display: none;
}
@media (min-width: 321px) {
  .c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-phone-horizontal {
    display: table-cell;
  }
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-tablet {
  display: none;
}
@media (min-width: 767px) {
  .c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-tablet {
    display: table-cell;
  }
}
.c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-desktop {
  display: none;
}
@media (min-width: 1199px) {
  .c-tables.v-horizontal > .d-table-body > .d-table-row > .d-table-cell.is-visible-from-desktop {
    display: table-cell;
  }
}
.c-tables.v-qualtable > .d-table-body > .d-table-row.v-fixed-position > .d-table-cell {
  background-color: hsl(50, 60%, 85%);
}
.c-tables.v-qualtable > .d-table-head > .d-table-row > .v-reordered-info {
  padding: 0.5em;
  text-align: center;
}
.c-tables.v-live {
  font-size: 0.875rem;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .c-tables.v-live {
    font-size: 1.125rem;
  }
}
@media (min-width: 1199px) {
  .c-tables.v-live {
    font-size: 1.5rem;
  }
}
.c-tables.v-live > .d-table-head > .d-table-row {
  background: hsl(0, 0%, 97%);
}
.c-tables.v-live > .d-table-head > .d-table-row > .d-table-head-cell {
  padding-left: 0.75em;
  text-align: left;
  font-weight: normal;
  color: hsl(0, 0%, 60%);
  border-bottom-color: hsl(0, 0%, 60%);
  background: transparent;
  border-top: 0;
}
.c-tables.v-live > .d-table-body > .d-table-row:nth-child(even) {
  background: hsla(0, 0%, 100%, 0.8);
}
.c-tables.v-live > .d-table-body > .d-table-row:nth-child(odd) {
  background: hsl(0, 0%, 99%);
}
.c-tables.v-live > .d-table-body > .d-table-row:last-child > .d-table-cell {
  border-bottom: 0;
}
.c-tables.v-live > .d-table-body > .d-table-row > .d-table-cell {
  text-align: left;
  padding: 0.75em;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
.c-tables.v-live > .d-table-body > .d-table-row > .d-table-cell.v-bold {
  font-weight: 800;
}
.c-tables.v-live > .d-table-body > .d-table-row.v-highlighted > .d-table-cell {
  border-bottom-width: 2px;
}
.c-tables.v-live > .d-table-body > .d-table-row.v-divider > .d-table-cell {
  border-bottom-color: hsl(0, 0%, 20%);
}

.c-icons {
  font-family: "c-icons";
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
  position: relative;
}
.c-icons::before, .c-brackets .d-match > .c-icons.d-participant::after {
  content: "";
  display: block;
}
.c-icons > .d-fileicon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.25em;
  font-family: "Ubuntu", sans-serif;
  padding: 0.2em;
  font-weight: 800;
  color: hsl(0, 0%, 100%);
}
.c-icons > .d-fileicon.v-type-pdf {
  background: hsl(0, 44%, 46%);
}
.c-icons > .d-fileicon.v-type-csv {
  background: hsl(90, 100%, 30%);
}
.c-icons.v-size-xxs {
  font-size: 0.5em;
}
.c-icons.v-size-xs {
  font-size: 0.688em;
}
.c-icons.v-size-s {
  font-size: 0.875em;
}
.c-icons.v-size-m {
  font-size: 1em;
}
.c-icons.v-size-l {
  font-size: 1.2em;
}
.c-icons.v-size-xl {
  font-size: 1.4em;
}
.c-icons.v-size-xxxl {
  font-size: 2.5em;
}
.c-icons.v-size-xxl {
  font-size: 2.3em;
}
.c-icons.v-margin-m {
  margin: 0.5em;
}
.c-icons.v-margin-l {
  margin: 0.7em;
}
.c-icons.v-margin-xl {
  margin: 1em;
}
.c-icons.v-margin-none {
  margin: 0;
}
.c-icons.v-type-searchicon {
  position: absolute;
  line-height: 3em;
  left: 1em;
  top: 0;
}
.c-icons.v-align-center {
  text-align: center;
  margin: 0;
}
.c-icons.v-middle {
  vertical-align: middle;
}
.c-icons.v-round {
  border-radius: 50%;
  background: hsl(0, 0%, 0%);
  border: 2px solid hsl(0, 0%, 60%);
  display: table-cell;
  vertical-align: middle;
  height: 1.8em;
  width: 1.8em;
}
.c-icons.v-pulsating {
  animation-name: animationPulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes animationPulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.97);
  }
  35% {
    transform: scale(0.9);
  }
  45% {
    transform: scale(1.1);
  }
  55% {
    transform: scale(0.9);
  }
  65% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.c-icons.v-type-add::before, .c-brackets .d-match > .c-icons.v-type-add.d-participant::after {
  content: "\f101";
}
.c-icons.v-type-android::before, .c-brackets .d-match > .c-icons.v-type-android.d-participant::after {
  content: "\f102";
}
.c-icons.v-type-apple::before, .c-brackets .d-match > .c-icons.v-type-apple.d-participant::after {
  content: "\f103";
}
.c-icons.v-type-arrow-down::before, .c-brackets .d-match > .c-icons.v-type-arrow-down.d-participant::after {
  content: "\f104";
}
.c-icons.v-type-arrow-left::before, .c-brackets .d-match > .c-icons.v-type-arrow-left.d-participant::after {
  content: "\f105";
}
.c-icons.v-type-arrow-right::before, .c-brackets .d-match > .c-icons.v-type-arrow-right.d-participant::after {
  content: "\f106";
}
.c-icons.v-type-arrow-up::before, .c-brackets .d-match > .c-icons.v-type-arrow-up.d-participant::after {
  content: "\f107";
}
.c-icons.v-type-basket::before, .c-brackets .d-match > .c-icons.v-type-basket.d-participant::after {
  content: "\f108";
}
.c-icons.v-type-brackets::before, .c-brackets .d-match > .c-icons.v-type-brackets.d-participant::after {
  content: "\f109";
}
.c-icons.v-type-clock::before, .c-brackets .d-match > .c-icons.v-type-clock.d-participant::after {
  content: "\f10a";
}
.c-icons.v-type-cog::before, .c-brackets .d-match > .c-icons.v-type-cog.d-participant::after {
  content: "\f10b";
}
.c-icons.v-type-copy::before, .c-brackets .d-match > .c-icons.v-type-copy.d-participant::after {
  content: "\f10c";
}
.c-icons.v-type-cup::before, .c-brackets .d-match > .c-icons.v-type-cup.d-participant::after {
  content: "\f10d";
}
.c-icons.v-type-divisions::before, .c-brackets .d-match > .c-icons.v-type-divisions.d-participant::after {
  content: "\f10e";
}
.c-icons.v-type-document::before, .c-brackets .d-match > .c-icons.v-type-document.d-participant::after {
  content: "\f10f";
}
.c-icons.v-type-dollar::before, .c-brackets .d-match > .c-icons.v-type-dollar.d-participant::after {
  content: "\f110";
}
.c-icons.v-type-download::before, .c-brackets .d-match > .c-icons.v-type-download.d-participant::after {
  content: "\f111";
}
.c-icons.v-type-email::before, .c-brackets .d-match > .c-icons.v-type-email.d-participant::after {
  content: "\f112";
}
.c-icons.v-type-facebook::before, .c-brackets .d-match > .c-icons.v-type-facebook.d-participant::after {
  content: "\f113";
}
.c-icons.v-type-female::before, .c-brackets .d-match > .c-icons.v-type-female.d-participant::after {
  content: "\f114";
}
.c-icons.v-type-globe::before, .c-brackets .d-match > .c-icons.v-type-globe.d-participant::after {
  content: "\f115";
}
.c-icons.v-type-hammer::before, .c-brackets .d-match > .c-icons.v-type-hammer.d-participant::after {
  content: "\f116";
}
.c-icons.v-type-history::before, .c-brackets .d-match > .c-icons.v-type-history.d-participant::after {
  content: "\f117";
}
.c-icons.v-type-info::before, .c-brackets .d-match > .c-icons.v-type-info.d-participant::after {
  content: "\f118";
}
.c-icons.v-type-lightning::before, .c-brackets .d-match > .c-icons.v-type-lightning.d-participant::after {
  content: "\f119";
}
.c-icons.v-type-list::before, .c-brackets .d-match > .c-icons.v-type-list.d-participant::after {
  content: "\f11a";
}
.c-icons.v-type-live::before, .c-brackets .d-match > .c-icons.v-type-live.d-participant::after {
  content: "\f11b";
}
.c-icons.v-type-lock::before, .c-brackets .d-match > .c-icons.v-type-lock.d-participant::after {
  content: "\f11c";
}
.c-icons.v-type-log::before, .c-brackets .d-match > .c-icons.v-type-log.d-participant::after {
  content: "\f11d";
}
.c-icons.v-type-magnification::before, .c-brackets .d-match > .c-icons.v-type-magnification.d-participant::after {
  content: "\f11e";
}
.c-icons.v-type-male::before, .c-brackets .d-match > .c-icons.v-type-male.d-participant::after {
  content: "\f11f";
}
.c-icons.v-type-marker::before, .c-brackets .d-match > .c-icons.v-type-marker.d-participant::after {
  content: "\f120";
}
.c-icons.v-type-maximize::before, .c-brackets .d-match > .c-icons.v-type-maximize.d-participant::after {
  content: "\f121";
}
.c-icons.v-type-megaphone::before, .c-brackets .d-match > .c-icons.v-type-megaphone.d-participant::after {
  content: "\f122";
}
.c-icons.v-type-menu::before, .c-brackets .d-match > .c-icons.v-type-menu.d-participant::after {
  content: "\f123";
}
.c-icons.v-type-no::before, .c-brackets .d-match > .c-icons.v-type-no.d-participant::after {
  content: "\f124";
}
.c-icons.v-type-ok::before, .c-brackets .d-match > .c-icons.v-type-ok.d-participant::after {
  content: "\f125";
}
.c-icons.v-type-paperclip::before, .c-brackets .d-match > .c-icons.v-type-paperclip.d-participant::after {
  content: "\f126";
}
.c-icons.v-type-pencil::before, .c-brackets .d-match > .c-icons.v-type-pencil.d-participant::after {
  content: "\f127";
}
.c-icons.v-type-picture::before, .c-brackets .d-match > .c-icons.v-type-picture.d-participant::after {
  content: "\f128";
}
.c-icons.v-type-pillars::before, .c-brackets .d-match > .c-icons.v-type-pillars.d-participant::after {
  content: "\f129";
}
.c-icons.v-type-qr::before, .c-brackets .d-match > .c-icons.v-type-qr.d-participant::after {
  content: "\f12a";
}
.c-icons.v-type-qualification::before, .c-brackets .d-match > .c-icons.v-type-qualification.d-participant::after {
  content: "\f12b";
}
.c-icons.v-type-question::before, .c-brackets .d-match > .c-icons.v-type-question.d-participant::after {
  content: "\f12c";
}
.c-icons.v-type-rcherz-logo::before, .c-brackets .d-match > .c-icons.v-type-rcherz-logo.d-participant::after {
  content: "\f12d";
}
.c-icons.v-type-refresh::before, .c-brackets .d-match > .c-icons.v-type-refresh.d-participant::after {
  content: "\f12e";
}
.c-icons.v-type-roundrobin::before, .c-brackets .d-match > .c-icons.v-type-roundrobin.d-participant::after {
  content: "\f12f";
}
.c-icons.v-type-score::before, .c-brackets .d-match > .c-icons.v-type-score.d-participant::after {
  content: "\f130";
}
.c-icons.v-type-target::before, .c-brackets .d-match > .c-icons.v-type-target.d-participant::after {
  content: "\f131";
}
.c-icons.v-type-team::before, .c-brackets .d-match > .c-icons.v-type-team.d-participant::after {
  content: "\f132";
}
.c-icons.v-type-tv::before, .c-brackets .d-match > .c-icons.v-type-tv.d-participant::after {
  content: "\f133";
}
.c-icons.v-type-unlock::before, .c-brackets .d-match > .c-icons.v-type-unlock.d-participant::after {
  content: "\f134";
}
.c-icons.v-type-user::before, .c-brackets .d-match > .c-icons.v-type-user.d-participant::after {
  content: "\f135";
}
.c-icons.v-type-users::before, .c-brackets .d-match > .c-icons.v-type-users.d-participant::after {
  content: "\f136";
}
.c-icons.v-type-warning::before, .c-brackets .d-match > .c-icons.v-type-warning.d-participant::after {
  content: "\f137";
}
.c-icons.v-color-green::before, .c-brackets .d-match > .c-icons.v-color-green.d-participant::after {
  color: hsl(90, 100%, 40%);
}
.c-icons.v-color-yellow::before, .c-brackets .d-match > .c-icons.v-color-yellow.d-participant::after {
  color: hsl(51, 100%, 50%);
}
.c-icons.v-color-black::before, .c-brackets .d-match > .c-icons.v-color-black.d-participant::after {
  color: hsl(0, 0%, 0%);
}
.c-icons.v-color-red::before, .c-brackets .d-match > .c-icons.v-color-red.d-participant::after {
  color: hsl(0, 44%, 46%);
}
.c-icons.v-color-white::before, .c-brackets .d-match > .c-icons.v-color-white.d-participant::after {
  color: hsl(0, 0%, 100%);
}
.c-icons.v-color-blue::before, .c-brackets .d-match > .c-icons.v-color-blue.d-participant::after {
  color: hsl(221, 76%, 22%);
}
.c-icons.v-color-orange::before, .c-brackets .d-match > .c-icons.v-color-orange.d-participant::after {
  color: hsl(38, 100%, 50%);
}
.c-icons.v-color-beige::before, .c-brackets .d-match > .c-icons.v-color-beige.d-participant::after {
  color: hsl(50, 60%, 85%);
}
.c-icons.v-color-lightsand::before, .c-brackets .d-match > .c-icons.v-color-lightsand.d-participant::after {
  color: hsl(53, 47%, 73%);
}
.c-icons.v-color-pastelgreen::before, .c-brackets .d-match > .c-icons.v-color-pastelgreen.d-participant::after {
  color: rgb(176, 218, 185);
}
.c-icons.v-bg-green::before, .c-brackets .d-match > .c-icons.v-bg-green.d-participant::after {
  background-color: hsl(90, 100%, 40%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-yellow::before, .c-brackets .d-match > .c-icons.v-bg-yellow.d-participant::after {
  background-color: hsl(51, 100%, 50%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-black::before, .c-brackets .d-match > .c-icons.v-bg-black.d-participant::after {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-red::before, .c-brackets .d-match > .c-icons.v-bg-red.d-participant::after {
  background-color: hsl(0, 44%, 46%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-white::before, .c-brackets .d-match > .c-icons.v-bg-white.d-participant::after {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-blue::before, .c-brackets .d-match > .c-icons.v-bg-blue.d-participant::after {
  background-color: hsl(221, 76%, 22%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-orange::before, .c-brackets .d-match > .c-icons.v-bg-orange.d-participant::after {
  background-color: hsl(38, 100%, 50%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-beige::before, .c-brackets .d-match > .c-icons.v-bg-beige.d-participant::after {
  background-color: hsl(50, 60%, 85%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-lightsand::before, .c-brackets .d-match > .c-icons.v-bg-lightsand.d-participant::after {
  background-color: hsl(53, 47%, 73%);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}
.c-icons.v-bg-pastelgreen::before, .c-brackets .d-match > .c-icons.v-bg-pastelgreen.d-participant::after {
  background-color: rgb(176, 218, 185);
  color: hsl(0, 0%, 100%);
  padding: 0.25em;
}

.c-langbar {
  border-bottom: 1px solid hsl(0, 0%, 15%);
}
@media (min-width: 767px) {
  .c-langbar {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
    border-bottom: 0;
  }
}
.c-langbar .d-language-link:hover {
  color: hsl(0, 0%, 90%);
}
.c-langbar .d-language-item {
  padding-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 767px) {
  .c-langbar .d-language-item {
    display: inline-block;
    padding-right: 1em;
    text-align: left;
  }
}

.c-link.v-underline {
  text-decoration: underline;
}
.c-link.v-underline:hover {
  text-decoration: none;
}
.c-link.v-blue {
  color: hsl(221, 76%, 22%);
}
.c-link.v-blue:hover {
  color: hsl(0, 0%, 60%);
}
.c-link.v-white {
  color: hsl(0, 0%, 100%);
}
.c-link.v-white:hover {
  color: hsl(51, 100%, 50%);
}
.c-link.v-yellow {
  color: hsl(51, 100%, 50%);
}
.c-link.v-yellow:hover {
  color: hsl(0, 0%, 60%);
}
.c-link.v-size-s {
  font-size: 0.75em;
}

.c-lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-lists .d-li {
  padding-bottom: 0.8em;
}
.c-lists.v-circle {
  list-style: circle inside;
}
.c-lists.v-square {
  list-style: square inside;
}
.c-lists.v-ok .d-li {
  position: relative;
  padding-left: 1.6em;
}
.c-lists.v-ok .d-li::after {
  position: absolute;
  left: 0;
  font-size: 1.2em;
  content: "\f125";
  color: hsl(90, 100%, 40%);
  font-family: "c-icons";
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.8em;
}
.c-lists.v-filelist > .d-li {
  display: inline-block;
}
.c-lists.v-filelist > .d-li > .d-listlink {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid transparent;
  color: hsl(0, 0%, 60%);
}
.c-lists.v-filelist > .d-li > .d-listlink:hover {
  background: hsl(0, 0%, 95%);
  border: 1px solid hsl(0, 0%, 80%);
}
.c-lists.v-filelist > .d-li > .d-listlink > .d-filetext {
  display: inline-block;
  vertical-align: top;
}
.c-lists.v-filelist > .d-li > .d-listlink > .d-filetext > .d-fileheading {
  font-size: 0.875em;
  display: inline-block;
  font-weight: 800;
  width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: hsl(0, 0%, 30%);
}
.c-lists.v-filelist > .d-li > .d-listlink > .d-filetext > .d-filedescription {
  font-size: 0.8em;
  display: block;
  width: 16em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-lists.v-productlist {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.c-lists.v-productlist:after {
  content: " ";
  display: block;
  clear: both;
}
.c-lists.v-productlist > .d-li {
  margin-bottom: 1.2em;
  text-align: center;
  width: 100%;
}
@media (min-width: 321px) {
  .c-lists.v-productlist > .d-li {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .c-lists.v-productlist > .d-li {
    width: 33.33333%;
  }
}
@media (min-width: 1199px) {
  .c-lists.v-productlist > .d-li {
    width: 25%;
  }
}
.c-lists.v-productlist > .d-li > .d-listlink {
  padding: 0.5em;
}
.c-lists.v-productlist > .d-li > .d-listlink > .d-listimage {
  display: block;
  width: 55%;
  height: auto;
  margin: 0 auto 1em;
  background: hsl(0, 0%, 30%);
}
.c-lists.v-shoppinglist {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
  background: hsl(0, 0%, 99%);
}
.c-lists.v-shoppinglist > .d-itemheading {
  font-weight: bold;
}
.c-lists.v-shoppinglist > .d-li {
  padding-bottom: 0;
}

.c-logo {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
}
.c-logo.v-header {
  color: hsl(0, 0%, 100%);
  font-size: 1.5em;
  font-weight: 800;
  display: inline-block;
}
.c-logo.v-header:hover {
  color: hsl(0, 0%, 60%);
}
@media (min-width: 767px) {
  .c-logo.v-header {
    float: left;
    margin: 0;
  }
}

.c-navigation {
  text-align: center;
}
@media (min-width: 767px) {
  .c-navigation {
    text-align: right;
  }
}
.c-navigation > .d-navicons {
  cursor: pointer;
  color: hsl(0, 0%, 50%);
  display: inline-block;
  margin-left: 6em;
  padding: 0.5em 0.5em 0.7em;
  border: 1px solid hsl(0, 0%, 40%);
  border-bottom: 0;
  background: hsl(0, 0%, 0%);
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  .c-navigation > .d-navicons {
    display: none;
  }
}
.c-navigation > .d-navicons:hover {
  color: hsl(0, 0%, 80%);
}
.c-navigation > .d-navlist {
  padding-top: 1em;
  border-top: 1px solid hsl(0, 0%, 40%);
  position: relative;
  top: -1px;
}
@media (min-width: 767px) {
  .c-navigation > .d-navlist {
    padding: 0;
    border: 0;
    position: static;
  }
}
@media (min-width: 767px) {
  .c-navigation > .d-navlist.is-hidden {
    display: inline-block;
  }
}
.c-navigation > .d-navlist > .d-navitem {
  text-align: center;
  padding-bottom: 1em;
  display: block;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .c-navigation > .d-navlist > .d-navitem {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 1em;
  }
}
.c-navigation > .d-navlist > .d-navitem > .d-navlink {
  color: hsl(0, 0%, 80%);
  display: block;
}
.c-navigation > .d-navlist > .d-navitem > .d-navlink:hover {
  color: hsl(0, 0%, 100%);
}
.c-navigation.v-filter {
  background: hsla(0, 0%, 100%, 0.8);
  text-align: left;
}
.c-navigation.v-filter > .d-filtercontent {
  padding-top: 1em;
}
@media (min-width: 1199px) {
  .c-navigation.v-filter > .d-filtercontent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-navigation.v-filter > .d-filtercontent:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-navigation.v-filter.v-collapsed > .d-filtercontent {
  display: none;
}
.c-navigation.v-live {
  background: hsl(0, 0%, 100%);
  position: relative;
  z-index: 2;
}

.c-numbering {
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
}
.c-numbering > .d-numberlist {
  color: hsl(0, 0%, 60%);
}
.c-numbering > .d-numberlist > .d-navitem {
  display: inline-block;
  color: hsl(0, 0%, 60%);
  cursor: pointer;
  padding: 0.2em;
  width: 2em;
}
.c-numbering > .d-numberlist > .d-navitem:hover {
  color: hsl(0, 0%, 80%);
}
.c-numbering > .d-numberlist > .d-navitem.v-left {
  float: left;
}
.c-numbering > .d-numberlist > .d-navitem.v-right {
  float: right;
}
.c-numbering > .d-numberlist > li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 0.2em;
  cursor: pointer;
  width: 2em;
}
.c-numbering > .d-numberlist > li > a {
  display: block;
}
.c-numbering > .d-numberlist > li:hover {
  background: hsl(0, 0%, 90%);
  border: 1px solid hsl(0, 0%, 80%);
}

.c-forms .d-fieldlabel.v-radio, .c-forms .d-fieldlabel.v-checkbox {
  display: inline-block;
  margin-right: 1em;
  cursor: pointer;
}
.c-forms .d-fieldlabel.v-radio:last-child, .c-forms .d-fieldlabel.v-checkbox:last-child {
  margin-right: 0;
}
.c-forms .d-field {
  max-width: 100%;
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid hsl(0, 0%, 80%);
  height: 2em;
  padding: 0.5em 0 0 0;
  transition: 0.1s ease;
}
.c-forms .d-field:focus {
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid hsl(0, 0%, 50%);
}
.c-forms .d-field.v-select {
  width: 100%;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  background-color: hsl(0, 0%, 100%);
}
.c-forms .d-field.v-checkbox {
  width: auto;
  vertical-align: middle;
  margin-right: 0.3em;
}
.c-forms .d-field.v-radio {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 0.3em;
  padding: 0;
}
.c-forms .d-link-hint.v-right {
  text-align: right;
  padding-top: 15px;
}
.c-forms .d-link-hint > .a {
  color: hsl(90, 100%, 40%);
  cursor: pointer;
  margin: 0 1em;
}
.c-forms .d-link-hint > .a:hover {
  text-decoration: underline;
}
.c-forms .has-error .d-field {
  border-bottom: 2px solid hsl(0, 44%, 46%);
}
.c-forms .has-error .d-field:focus {
  border-bottom: 2px solid hsl(0, 44%, 26%);
}
.c-forms .has-success .d-field {
  border-bottom: 1px solid hsl(90, 100%, 40%);
  border-bottom: 2px solid hsl(90, 100%, 20%);
}
.c-forms.v-divisions-form .form-inline .checkbox {
  min-width: 13em;
}
.c-forms.v-padded {
  padding: 1em;
}
.c-forms.v-dark > .d-form > .d-formgroup > .d-fieldlabel {
  display: block;
  font-weight: 800;
  padding-bottom: 0.3em;
}
.c-forms.v-dark > .d-form > .d-formgroup > .d-fieldwrap {
  margin-bottom: 1.5em;
}
.c-forms.v-dark > .d-form > .d-formgroup > .d-fieldwrap > .d-field {
  background: hsla(0, 0%, 0%, 0.4);
  padding: 0.3em 0;
  color: hsl(0, 0%, 100%);
  border-width: 2px;
}
.c-forms.v-dark > .d-form > .d-formgroup > .d-fieldwrap > .d-fielderror {
  height: 1.3em;
  line-height: 1.3em;
  font-size: 0.7em;
  padding: 0 0.3em;
  float: right;
  display: inline-block;
}
.c-forms.v-dark > .d-form > .d-formgroup.has-error .d-fielderror {
  background: hsl(0, 44%, 46%);
}
.c-forms.v-dark > .d-form > .d-formgroup.v-checkbox {
  display: inline-block;
  margin-left: 1em;
  color: hsl(0, 0%, 60%);
}
.c-forms.v-dark > .d-form > .d-formgroup.v-checkbox > .d-fieldwrap > .d-fieldlabel {
  font-size: 0.75em;
  margin-left: 0.5em;
}
.c-forms.v-single {
  font-size: 0.9rem;
  padding-bottom: 2em;
}
.c-forms.v-single > .d-formgroup {
  padding-right: 2em;
  margin-bottom: 2em;
}
.c-forms.v-single > .d-formgroup > .d-fieldwrap > .d-field {
  background: transparent;
}
.c-forms.v-single > .d-formgroup.v-select > .d-fieldwrap {
  overflow: hidden;
  position: relative;
}
.c-forms.v-single > .d-formgroup.v-select > .d-fieldwrap::after {
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 1em;
  font-size: 0.8em;
  content: "\f104";
  color: hsl(0, 0%, 60%);
  font-family: "c-icons";
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.c-forms.v-single > .d-formgroup.v-select > .d-fieldwrap > .d-field {
  appearance: none;
  cursor: pointer;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2em;
}
.c-forms.v-filter {
  font-size: 0.9rem;
  padding: 2em 0 0 2em;
}
.c-forms.v-filter > .d-formgroup {
  padding-right: 2em;
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .c-forms.v-filter > .d-formgroup {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1199px) {
  .c-forms.v-filter > .d-formgroup {
    width: 33.3333333333%;
    float: left;
  }
}
.c-forms.v-filter > .d-formgroup > .d-fieldwrap > .d-field {
  background: transparent;
}
.c-forms.v-filter > .d-formgroup.v-select > .d-fieldwrap {
  overflow: hidden;
  position: relative;
}
.c-forms.v-filter > .d-formgroup.v-select > .d-fieldwrap::after {
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 1em;
  font-size: 0.8em;
  content: "\f104";
  color: hsl(0, 0%, 60%);
  font-family: "c-icons";
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.c-forms.v-filter > .d-formgroup.v-select > .d-fieldwrap > .d-field {
  appearance: none;
  cursor: pointer;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2em;
}
.c-forms.v-filter > .d-formgroup.v-date > .d-fieldwrap {
  position: relative;
}
.c-forms.v-filter > .d-formgroup.v-date > .d-fieldwrap > .d-fieldicon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  cursor: pointer;
}
.c-forms.v-filter > .d-formgroup.v-date > .d-fieldwrap > .d-fieldicon:hover {
  color: hsl(0, 0%, 30%);
}
.c-forms.v-filter > .d-formgroup.v-date > .d-fieldwrap > .d-field {
  padding-right: 3em;
}
.c-forms.v-bordered .d-field {
  border: 1px solid hsl(0, 0%, 80%);
  box-shadow: none;
  height: 2.5em;
  padding: 0.5em;
}
.c-forms.v-bordered .d-field:focus {
  border-color: hsl(0, 0%, 50%);
}
.c-forms.v-tab-blockform .d-field {
  max-width: 60%;
  margin: 0 1em 1.5em;
  text-align: center;
}
.c-forms > .d-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-forms > .d-form:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-forms > .d-form > .d-formgroup.v-twocolumns {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.1904761905%;
    padding-right: 1.1904761905%;
  }
}
@media (min-width: 767px) {
  .c-forms > .d-form > .d-formgroup.v-threecolumns {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 1.2345679012%;
    padding-right: 1.2345679012%;
  }
}
@media (min-width: 767px) {
  .c-forms > .d-form > .d-formgroup.v-fourcolumns {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.1363636364%;
    padding-right: 1.1363636364%;
  }
}
.c-forms > .d-form.v-wizardform {
  padding-top: 1.5em;
}
.c-forms > .d-form.v-light > .d-formgroup {
  padding-left: 0.5em;
}
.c-forms > .d-form.v-light > .d-formgroup.v-select > .d-fieldwrap {
  overflow: hidden;
  position: relative;
}
.c-forms > .d-form.v-light > .d-formgroup.v-select > .d-fieldwrap::after {
  position: absolute;
  right: 0.5em;
  top: 1em;
  font-size: 0.8em;
  content: "\f104";
  color: hsl(0, 0%, 60%);
  font-family: "c-icons";
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.c-forms > .d-form.v-light > .d-formgroup.v-select > .d-fieldwrap > .d-field {
  appearance: none;
  cursor: pointer;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2em;
}
.c-forms > .d-form.v-light > .d-formgroup.v-multifield {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-forms > .d-form.v-light > .d-formgroup.v-multifield:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-forms > .d-form.v-light > .d-formgroup.v-multifield > .d-fieldwrap.v-threecolumns {
    width: 31.6455696203%;
    float: left;
    margin-right: 2.5316455696%;
  }
  .c-forms > .d-form.v-light > .d-formgroup.v-multifield > .d-fieldwrap.v-threecolumns:last-child {
    margin-right: 0;
  }
}
.c-forms > .d-form.v-light > .d-formgroup.v-multifield.v-select > .d-fieldwrap.v-labeled::after {
  top: 2.5em;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldlabel {
  display: block;
  font-weight: 800;
  padding-bottom: 0.85em;
  font-size: 1.1em;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap {
  margin-bottom: 1.5em;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap.v-innercolumns {
  column-count: 2;
}
@media (min-width: 767px) {
  .c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap.v-innercolumns {
    column-count: 3;
  }
}
@media (min-width: 1199px) {
  .c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap.v-innercolumns {
    column-count: 4;
  }
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap.v-innercolumns > .d-fieldlabel.v-checkbox {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap > .d-field {
  padding: 0.3em 0;
  border-width: 2px;
  background: transparent;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap > .d-fielderror {
  height: 1.3em;
  line-height: 1.3em;
  font-size: 0.8em;
  padding: 0 0.3em;
  float: right;
  display: inline-block;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldwrap > .d-fielderror > .d-link {
  text-decoration: underline;
}
.c-forms > .d-form.v-light > .d-formgroup > .d-fieldinfo {
  margin-top: 1em;
  display: block;
  color: hsl(0, 0%, 60%);
}
.c-forms > .d-form.v-light > .d-formgroup.has-error .d-fielderror {
  background: hsl(0, 44%, 46%);
  color: hsl(0, 0%, 100%);
}
.c-forms > .d-form.v-light > .d-formgroup.v-checkbox {
  display: inline-block;
  margin-left: 1em;
  color: hsl(0, 0%, 60%);
}
.c-forms > .d-form.v-light > .d-formgroup.v-checkbox > .d-fieldwrap > .d-fieldlabel {
  font-size: 0.75em;
  margin-left: 0.5em;
}
.c-forms > .d-form.v-light > .d-formgroup.v-nolabel > .d-fieldwrap {
  margin-top: 1em;
}
.c-forms > .d-form.v-light > .d-formgroup.v-radio > .d-fieldwrap > .d-fieldlabel {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5em;
  cursor: pointer;
  vertical-align: middle;
}
.c-forms > .d-form.v-nopadding > .d-formgroup {
  padding-left: 0;
}
.c-forms .error-summary {
  color: hsl(0, 44%, 46%);
  margin: 1em 0 2em 0;
}
.c-forms .help-block {
  font-size: 0.75em;
}

.c-searchform {
  position: relative;
}
.c-searchform > .d-searchinput {
  border: 0;
  width: 100%;
  padding: 1em 1em 1em 3em;
  color: hsl(0, 0%, 45%);
}
.c-searchform > .d-filter.v-expanded > .d-filtercontent {
  display: block;
}
.c-searchform > .d-filter.v-collapsed > .d-filtercontent {
  display: none;
}
.c-searchform.v-tabsearch {
  margin-bottom: 1em;
  border-bottom: 1px solid hsl(0, 0%, 95%);
}
.c-searchform.v-tabsearch > .d-searchinput {
  background: hsl(0, 0%, 98%);
}
.c-searchform.v-tablesearch {
  border: 1px solid hsl(0, 0%, 95%);
  border-width: 1px 0;
}
.c-searchform.v-tablesearch > .d-searchinput {
  background: hsl(0, 0%, 98%);
}
.c-searchform.v-standalone {
  margin: 0 -1em 2em;
  border: 1px solid hsl(0, 0%, 90%);
  border-width: 1px 0;
}
.c-searchform.v-standalone > .d-searchinput {
  background: hsl(0, 0%, 98%);
}
.c-searchform.v-competition-detail.v-fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 0 50px hsla(0, 0%, 0%, 0.5);
  z-index: 1;
}

.c-icon-panels.v-has-selected-item > .d-icons > .d-item {
  opacity: 0.3;
}
.c-icon-panels.v-has-selected-item > .d-icons > .d-item.is-active {
  opacity: 1;
}
@media (min-width: 767px) {
  .c-icon-panels > .d-icons {
    text-align: left;
  }
}
.c-icon-panels > .d-icons > .d-item {
  display: inline-block;
  cursor: pointer;
  width: 5.5em;
  text-align: center;
  border: 1px solid transparent;
  vertical-align: top;
}
.c-icon-panels > .d-icons > .d-item:hover {
  background: hsl(0, 0%, 96%);
  border: 1px solid hsl(0, 0%, 94%);
}
.c-icon-panels > .d-icons > .d-item > .d-label {
  font-size: 0.9em;
}
.c-icon-panels > .d-icons.v-competition-detail {
  padding: 1em;
  font-size: 0.875rem;
}
.c-icon-panels > .d-icons.v-competition-detail .c-icons.v-type-rcherz-logo {
  color: hsl(0, 0%, 50%);
}
.c-icon-panels > .d-contents {
  margin: 1em;
}
.c-icon-panels > .d-contents > .v-id-delete-competition .v-type-no {
  vertical-align: middle;
  color: hsl(0, 44%, 46%);
}

.c-round-robin {
  white-space: nowrap;
  overflow-x: scroll;
  text-align: center;
}
.c-round-robin > .d-robin-round-phase {
  position: relative;
  padding: 15px 15px 15px 4em;
}
.c-round-robin > .d-robin-round-phase > .d-phase-details {
  position: absolute;
  left: 3em;
  top: 8em;
  transform: rotate(90deg);
  transform-origin: top left;
  padding: 0.37em 1em;
  background: #f2f2f2;
  letter-spacing: 1px;
}
.c-round-robin > .d-robin-round-phase .d-match {
  border: 1px solid gray;
  margin-bottom: 10px;
  padding: 3px;
  display: inline-block;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant {
  position: relative;
  padding: 0 0.5em 0;
  vertical-align: top;
  display: inline-block;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details {
  display: block;
  margin: 0 auto;
  max-width: 110px;
}
@media (min-width: 767px) {
  .c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details {
    max-width: 130px;
  }
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-position {
  position: absolute;
  display: inline-block;
  left: 50%;
  background: hsl(0, 0%, 95%);
  border: 1px solid hsl(0, 0%, 90%);
  padding: 0.2em;
  min-width: 2em;
  transform: translate(-50%, 0);
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-position[hidden], .c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-position.hidden {
  display: none;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-photo {
  margin-top: 1.75em;
  height: 110px;
}
@media (min-width: 767px) {
  .c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-photo {
    height: 130px;
  }
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-photo > .d-photocontent {
  display: block;
  width: 110px;
  height: 110px;
  border: 2px solid hsl(0, 0%, 60%);
  box-shadow: 0 0 4px hsl(0, 0%, 80%);
  filter: grayscale(100%);
}
@media (min-width: 767px) {
  .c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-photo > .d-photocontent {
    width: 130px;
    height: 130px;
  }
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-photo[hidden] {
  display: none;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-name {
  background: hsl(0, 0%, 95%);
  border: 1px solid hsl(0, 0%, 90%);
  min-height: 3em;
  line-height: 2.75em;
  padding: 0.3em;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-name > .d-name {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-weight: 800;
  white-space: normal;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-name[hidden] {
  display: none;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-score {
  font-size: 0.875em;
  font-weight: 800;
  padding-top: 0.5em;
  position: relative;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-score > .d-label {
  font-weight: normal;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant > .d-details.v-score[hidden] {
  display: none;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant.v-winner > .d-details.v-position {
  color: hsl(0, 0%, 100%);
  background: hsl(90, 100%, 40%);
  border-color: hsl(90, 100%, 40%);
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant.v-winner > .d-details.v-photo > .d-photocontent {
  border: 2px solid hsl(90, 100%, 40%);
  filter: none;
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant.v-winner > .d-details.v-score {
  color: hsl(90, 100%, 40%);
}
.c-round-robin > .d-robin-round-phase .d-match > .d-participant.v-winner > .d-details.v-score > .d-label {
  color: hsl(0, 0%, 60%);
}

.c-brackets {
  max-width: 100%;
  overflow: auto;
  padding: 0 2em 2em;
}
.c-brackets > .d-navigation {
  margin-left: -2em;
  display: inline-block;
  padding: 1em;
  font-size: 0.9em;
}
.c-brackets > .d-navigation.v-zoom > .d-nav-link {
  font-weight: 800;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  background: hsl(0, 0%, 94%);
  border: 1px solid hsl(0, 0%, 90%);
  margin: 0 0.5em;
  cursor: pointer;
}
.c-brackets > .d-navigation.v-zoom > .d-nav-link:hover {
  border-color: hsl(0, 0%, 60%);
}
.c-brackets > .d-navigation.v-zoom > .d-nav-link.is-disabled {
  background: hsl(0, 0%, 99%);
  color: hsl(0, 0%, 90%);
  cursor: default;
}
.c-brackets > .d-navigation.v-zoom > .d-nav-link.is-disabled:hover {
  border-color: hsl(0, 0%, 90%);
}
.c-brackets > .d-wrapper {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.c-brackets > .d-wrapper > .d-label.v-winner {
  display: inline-block;
  padding: 0.5em 1em;
  background: hsl(0, 0%, 95%);
}
.c-brackets .d-participant {
  position: relative;
  padding: 1.5em 0.5em 0;
  vertical-align: top;
}
.c-brackets .d-participant > .d-details {
  display: block;
  margin: 0 auto;
  max-width: 110px;
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details {
    max-width: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-position {
  position: absolute;
  display: inline-block;
  left: 50%;
  background: hsl(0, 0%, 95%);
  border: 1px solid hsl(0, 0%, 90%);
  padding: 0.2em;
  min-width: 2em;
  transform: translate(-50%, 0);
}
.c-brackets .d-participant > .d-details.v-position[hidden] {
  display: none;
}
.c-brackets .d-participant > .d-details.v-photo {
  margin-top: 1.75em;
  height: 110px;
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details.v-photo {
    height: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-photo > .d-photocontent {
  display: block;
  width: 110px;
  height: 110px;
  border: 2px solid hsl(0, 0%, 60%);
  box-shadow: 0 0 4px hsl(0, 0%, 80%);
  filter: grayscale(100%);
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details.v-photo > .d-photocontent {
    width: 130px;
    height: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-photo[hidden] {
  display: none;
}
.c-brackets .d-participant > .d-details.v-logo {
  margin-top: 1.75em;
  height: 110px;
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details.v-logo {
    height: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-logo > .d-logocontent {
  display: block;
  width: 110px;
  height: 110px;
  border: 2px solid hsl(0, 0%, 60%);
  box-shadow: 0 0 4px hsl(0, 0%, 80%);
  filter: grayscale(100%);
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details.v-logo > .d-logocontent {
    width: 130px;
    height: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-logo[hidden] {
  display: none;
}
.c-brackets .d-participant > .d-details.v-flag {
  margin-top: 1.75em;
  width: 110px;
  height: 110px;
}
@media (min-width: 767px) {
  .c-brackets .d-participant > .d-details.v-flag {
    width: 130px;
    height: 130px;
  }
}
.c-brackets .d-participant > .d-details.v-flag > .d-flagcontent {
  border: 2px solid hsl(0, 0%, 60%);
  box-shadow: 0 0 4px hsl(0, 0%, 80%);
  margin: 50% auto;
  transform: translate(0, -50%);
}
.c-brackets .d-participant > .d-details.v-name {
  background: hsl(0, 0%, 95%);
  border: 1px solid hsl(0, 0%, 90%);
  min-height: 3em;
  line-height: 2.75em;
  padding: 0.3em;
}
.c-brackets .d-participant > .d-details.v-name > .d-name {
  display: block;
  line-height: 1.2em;
  vertical-align: middle;
  height: 3.75em;
  overflow: hidden;
}
.c-brackets .d-participant > .d-details.v-name[hidden] {
  display: none;
}
.c-brackets .d-participant > .d-details.v-score {
  font-size: 0.875em;
  font-weight: 800;
  padding-top: 0.5em;
  position: relative;
}
.c-brackets .d-participant > .d-details.v-score > .d-label {
  font-weight: normal;
}
.c-brackets .d-participant > .d-details.v-score::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: hsl(90, 100%, 40%);
}
.c-brackets .d-participant > .d-details.v-score[hidden] {
  display: none;
}
.c-brackets .d-participant.v-winner > .d-details.v-position {
  color: hsl(0, 0%, 100%);
  background: hsl(90, 100%, 40%);
  border-color: hsl(90, 100%, 40%);
}
.c-brackets .d-participant.v-winner > .d-details.v-photo > .d-photocontent {
  border: 2px solid hsl(90, 100%, 40%);
  filter: none;
}
.c-brackets .d-participant.v-winner > .d-details.v-logo > .d-logocontent {
  border: 2px solid hsl(90, 100%, 40%);
  filter: none;
}
.c-brackets .d-participant.v-winner > .d-details.v-score {
  color: hsl(90, 100%, 40%);
}
.c-brackets .d-participant.v-winner > .d-details.v-score > .d-label {
  color: hsl(0, 0%, 60%);
}
.c-brackets .d-participant.v-last > .d-details.v-score::after {
  display: none;
}
.c-brackets .d-match {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 25px;
}
.c-brackets .d-match > .d-label {
  position: absolute;
  left: 0;
  top: 5em;
  transform: rotate(90deg);
  transform-origin: top left;
  padding: 0.37em 1em;
  background: hsl(0, 0%, 95%);
  letter-spacing: 1px;
}
.c-brackets .d-match > .d-label.v-level1 {
  left: -0.5em;
}
.c-brackets .d-match > .d-label.v-level2 {
  left: -1em;
}
.c-brackets .d-match > .d-label.v-level3 {
  left: -1.5em;
}
.c-brackets .d-match > .d-label.v-level4 {
  left: -2em;
}
.c-brackets .d-match > .d-label.v-level5 {
  left: -2.5em;
}
.c-brackets .d-match > .d-participant {
  display: table-cell;
  position: relative;
  margin: 0;
}
.c-brackets .d-match > .d-participant::before, .c-brackets .d-match > .d-participant::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  background: hsl(0, 0%, 90%);
}
.c-brackets .d-match > .d-participant::after {
  height: 1.5em;
  width: 1px;
}
.c-brackets .d-match > .d-participant.v-right::before, .c-brackets .d-match > .d-participant.v-right::after {
  left: 0;
}
.c-brackets .d-match > .d-participant.v-right::after {
  left: 50%;
}
.c-brackets .d-match > .d-participant.v-winner::before, .c-brackets .d-match > .d-participant.v-winner::after {
  background: hsl(90, 100%, 40%);
}
.c-brackets .d-match > .d-participant.v-hide-top::before, .c-brackets .d-match > .d-participant.v-hide-top::after {
  display: none;
}
.c-brackets .d-match.v-multiwinner > .d-participant::before, .c-brackets .d-match.v-multiwinner > .d-participant::after {
  display: none;
}
.c-brackets > .d-warning {
  text-align: center;
  padding: 1em;
}
.c-brackets.v-zoom-m > .d-wrapper {
  font-size: 0.938rem;
}
.c-brackets.v-zoom-m .d-participant > .d-details {
  max-width: 90px;
}
.c-brackets.v-zoom-m .d-participant > .d-details.v-photo {
  height: 90px;
}
.c-brackets.v-zoom-m .d-participant > .d-details.v-photo > .d-photocontent {
  width: 90px;
  height: 90px;
}
.c-brackets.v-zoom-m .d-participant > .d-details.v-logo {
  height: 90px;
}
.c-brackets.v-zoom-m .d-participant > .d-details.v-logo > .d-logocontent {
  width: 90px;
  height: 90px;
}
.c-brackets.v-zoom-m .d-participant > .d-details.v-flag {
  height: 90px;
}
.c-brackets.v-zoom-s > .d-wrapper {
  font-size: 0.688rem;
}
.c-brackets.v-zoom-s .d-participant > .d-details {
  max-width: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-photo {
  height: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-photo > .d-photocontent {
  width: 60px;
  height: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-logo {
  height: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-logo > .d-logocontent {
  width: 60px;
  height: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-flag {
  height: 60px;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-name {
  position: relative;
}
.c-brackets.v-zoom-s .d-participant > .d-details.v-results {
  display: none;
}
.c-brackets.v-zoom-s .d-participant.v-last > .d-details.v-name::after {
  display: none;
}

.c-grid tbody tr.v-bg-red > td {
  background: hsla(0, 44%, 46%, 0.2);
}
.c-grid tbody tr.v-bg-green > td {
  background: hsla(90, 100%, 40%, 0.2);
}
.c-grid .d-actions.v-multiple-row-actions > .d-select-all-pages {
  color: hsl(38, 100%, 0%);
  cursor: pointer;
  clear: both;
}
.c-grid .d-actions.v-multiple-row-actions > .d-select-all-pages:hover {
  text-decoration: underline;
}

.c-target-preview .d-distance-name {
  font-size: 0.65em;
}

.c-timeline {
  background: hsl(0, 0%, 99%);
  border-top: 1px solid hsl(0, 0%, 90%);
  border-bottom: 1px solid hsl(0, 0%, 93%);
  padding: 1.5em 0;
}
.c-timeline > .d-section {
  width: 100%;
}
@media (min-width: 767px) {
  .c-timeline > .d-section {
    table-layout: fixed;
    display: table;
  }
}
.c-timeline > .d-section > .d-item {
  color: hsl(0, 0%, 70%);
  position: relative;
  padding: 0 0 1em 3.5em;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item {
    display: table-cell;
    text-align: center;
    padding: 0;
  }
}
.c-timeline > .d-section > .d-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: hsl(0, 0%, 70%);
  bottom: 0.875em;
  left: calc(1em + 10px);
  z-index: 1;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item::after {
    width: 100%;
    height: 1px;
    left: 0;
  }
}
.c-timeline > .d-section > .d-item > .d-label {
  padding-top: 0.5em;
  display: inline;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item > .d-label {
    display: block;
  }
}
.c-timeline > .d-section > .d-item > .d-indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid hsl(0, 0%, 70%);
  background: hsl(0, 0%, 100%);
  z-index: 5;
  position: absolute;
  left: 1em;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item > .d-indicator {
    position: relative;
    left: auto;
  }
}
.c-timeline > .d-section > .d-item > .d-indicator::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-timeline > .d-section > .d-item.v-active {
  color: hsl(90, 100%, 40%);
  font-weight: 800;
}
.c-timeline > .d-section > .d-item.v-active > .d-label {
  color: hsl(0, 0%, 50%);
}
.c-timeline > .d-section > .d-item.v-active > .d-indicator::after {
  background: hsl(90, 100%, 40%);
}
.c-timeline > .d-section > .d-item.v-past {
  color: hsl(0, 0%, 50%);
  font-weight: 800;
}
.c-timeline > .d-section > .d-item.v-past > .d-indicator::after {
  background: hsl(0, 0%, 70%);
}
.c-timeline > .d-section > .d-item.v-first::after, .c-timeline > .d-section > .d-item.v-last::after {
  height: 50%;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item.v-first::after, .c-timeline > .d-section > .d-item.v-last::after {
    height: 1px;
    width: 50%;
    left: 50%;
  }
}
.c-timeline > .d-section > .d-item.v-last {
  padding-bottom: 0;
}
.c-timeline > .d-section > .d-item.v-last::after {
  height: 100%;
  bottom: 100%;
}
@media (min-width: 767px) {
  .c-timeline > .d-section > .d-item.v-last::after {
    height: 1px;
    left: 0;
    bottom: 0.875em;
  }
}
.c-timeline.v-tabstimeline {
  border-top: 0;
}

.c-progressbar > .d-barwrap {
  width: 100%;
  height: 1.5em;
  text-align: center;
  border: 1px solid hsl(0, 0%, 40%);
  margin: 1em 0;
  overflow: hidden;
}
.c-progressbar > .d-barwrap > .d-bar {
  width: 50%;
  height: 1.5em;
  background: hsl(0, 44%, 46%);
}

.c-wizard {
  margin: 0 -1em -1em;
}
.c-wizard .d-screen {
  display: none;
}
.c-wizard .d-screen.is-visible {
  display: block;
}
.c-wizard .d-screen.is-hidden {
  display: none;
}
.c-wizard .d-screen > .d-content {
  padding: 1em;
  position: relative;
  background: hsl(0, 0%, 100%);
}
@media (min-width: 767px) {
  .c-wizard .d-screen > .d-content > .d-blockwrapper {
    display: table;
    width: 100%;
  }
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block {
  text-align: center;
  border-bottom: 1px dashed hsl(0, 0%, 90%);
  padding: 1em;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block:last-child {
  border-bottom: 0;
}
@media (min-width: 767px) {
  .c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block {
    display: table-cell;
    width: 33.2%;
    border-bottom: 0;
    border-right: 1px dashed hsl(0, 0%, 90%);
  }
  .c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block:last-child {
    border-right: 0;
  }
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-blockheading {
  font-size: 1em;
  padding-bottom: 1em;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-maintext {
  color: hsl(90, 100%, 40%);
  display: block;
  font-size: 4em;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-label {
  font-size: 0.875em;
  display: block;
  padding-bottom: 1em;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-bundlesblock {
  display: inline-block;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-bundlesblock > .d-bundle {
  display: block;
  text-align: right;
  padding-bottom: 0.5em;
}
.c-wizard .d-screen > .d-content > .d-blockwrapper > .d-block > .d-bundlesblock > .d-bundle > .d-accented {
  font-weight: 800;
}
.c-wizard .d-screen > .d-content > .d-list {
  list-style: initial;
  padding-left: 2em;
}
.c-wizard .d-screen > .d-navigation {
  width: 100%;
  padding: 2em 1em 1.5em;
  background: hsl(0, 0%, 99%);
  border-top: 1px solid hsl(0, 0%, 93%);
}
@media (min-width: 481px) {
  .c-wizard .d-screen > .d-navigation {
    display: table;
  }
}
.c-wizard .d-screen > .d-navigation > .d-section {
  padding: 1em;
  text-align: center;
}
@media (min-width: 481px) {
  .c-wizard .d-screen > .d-navigation > .d-section {
    display: table-cell;
    padding: 0;
    text-align: left;
  }
}
.c-wizard .d-screen > .d-navigation > .d-section.v-right {
  text-align: center;
}
@media (min-width: 481px) {
  .c-wizard .d-screen > .d-navigation > .d-section.v-right {
    text-align: right;
  }
}
.c-wizard.v-tabswizard {
  margin: 0;
}
.c-wizard #r-grid-wrapper .r-grid thead .tile.categories-aliases {
  display: none;
}

.c-participation-wizard .d-members-list > .d-item > .d-remove {
  cursor: pointer;
}

.c-edit-teams > .d-assemble-type-panel {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-edit-teams > .d-assemble-type-panel:after {
  content: " ";
  display: block;
  clear: both;
}
.c-edit-teams > .d-assemble-type-panel > .d-column.v-type-standard {
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%;
}
.c-edit-teams > .d-assemble-type-panel > .d-column.v-type-mixed {
  width: 44.4444444444%;
  float: right;
  margin-right: 0;
}
.c-edit-teams > .d-assemble-type-panel > .d-column > h5 {
  margin: 0.5em 0 0.25em 0;
}
.c-edit-teams > .d-assemble-type-panel > .d-column > .d-team-assemble-type {
  margin-left: 1em;
  margin-bottom: 0.15em;
}
.c-edit-teams > .d-assemble-type-panel .d-note {
  font-size: 0.75em;
}

.c-breadcrumbs {
  background: hsl(0, 0%, 95%);
  padding-top: 1em;
  font-size: 0.875rem;
}
.c-breadcrumbs > .d-container {
  /* framework implementation */
}
.c-breadcrumbs > .d-container > .breadcrumb li {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.c-breadcrumbs > .d-container > .breadcrumb li::after {
  display: block;
  content: ">";
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: -12px;
  color: hsl(0, 0%, 70%);
}
.c-breadcrumbs > .d-container > .breadcrumb li:last-child::after {
  display: none;
}
.c-breadcrumbs > .d-container > .breadcrumb li a:hover {
  color: hsl(0, 0%, 0%);
  text-decoration: underline;
}
@media (min-width: 767px) {
  .c-breadcrumbs > .d-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-breadcrumbs > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-breadcrumbs > .d-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-breadcrumbs > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 767px) {
  .c-breadcrumbs.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-breadcrumbs.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-breadcrumbs.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-breadcrumbs.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.c-header {
  font-size: 1rem;
}
.c-header > .d-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1em 1em 0 1em;
}
.c-header > .d-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-header > .d-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0.5em;
  }
  .c-header > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-header > .d-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-header > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-header.v-dark {
  background: hsl(0, 0%, 0%);
}
@media (min-width: 767px) {
  .c-header.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-header.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-header.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-header.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-header.v-liveresults {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 2.5em rgba(102, 102, 102, 0.6);
  background: hsl(0, 0%, 100%);
  border-bottom: 1px solid hsl(0, 0%, 30%);
  font-size: 0.65rem;
}
@media (min-width: 767px) {
  .c-header.v-liveresults {
    font-size: 0.75rem;
  }
}
@media (min-width: 1199px) {
  .c-header.v-liveresults {
    width: 95%;
    font-size: 1rem;
  }
}
.c-header.v-liveresults > .d-row {
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
.c-header.v-liveresults > .d-row:last-child {
  border-bottom: none;
}
@media (min-width: 1199px) {
  .c-header.v-liveresults > .d-row.v-head {
    display: table;
  }
}
.c-header.v-liveresults > .d-row > .d-box {
  padding: 0.1em;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1199px) {
  .c-header.v-liveresults > .d-row > .d-box {
    display: table-cell;
    padding: 1em;
  }
}
.c-header.v-liveresults > .d-row > .d-box.v-left {
  border-bottom: 0.3em solid hsl(0, 0%, 90%);
  height: 5em;
}
@media (min-width: 1199px) {
  .c-header.v-liveresults > .d-row > .d-box.v-left {
    height: auto;
    border-bottom: 0;
    border-right: 0.5em solid hsl(0, 0%, 90%);
    width: 13em;
  }
}
.c-header.v-liveresults > .d-row > .d-box.v-right {
  display: none;
  border-top: 0.3em solid hsl(0, 0%, 90%);
  height: 5em;
}
@media (min-width: 1199px) {
  .c-header.v-liveresults > .d-row > .d-box.v-right {
    display: table-cell;
    height: auto;
    border-top: 0;
    border-left: 0.5em solid hsl(0, 0%, 90%);
    width: 13em;
  }
}
.c-header.v-liveresults > .d-row > .d-box > .d-boximage {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.c-main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: hsl(0, 0%, 95%);
  padding: 1% 0;
}
.c-main:after {
  content: " ";
  display: block;
  clear: both;
}
.c-main > .d-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 5px hsl(0, 0%, 75%);
  padding: 1em;
}
.c-main > .d-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-main > .d-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-main > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-main > .d-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-main > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 767px) {
  .c-main.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-main.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-main.v-width-full > .d-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-main.v-width-full > .d-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-main.v-cards-fullsize {
  padding: 0;
}
.c-main.v-cards-fullsize > .d-container {
  padding: 0;
  box-shadow: none;
}
.c-main.v-id-row-live-results {
  background: none;
}
.c-main.v-id-row-live-results > .d-container {
  background: none;
  box-shadow: none;
}

.c-footer {
  font-size: 0.93rem;
}
.c-footer > .d-footer-container.v-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: hsl(0, 0%, 11%);
  margin: 1em auto;
}
.c-footer > .d-footer-container.v-content:after {
  content: " ";
  display: block;
  clear: both;
}
.c-footer > .d-footer-container.v-content > .d-footer-content {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
}
.c-footer > .d-footer-container.v-content > .d-footer-content:after {
  content: " ";
  display: block;
  clear: both;
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section {
  width: 100%;
  text-align: center;
  padding: 3% 0;
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-content > .d-footer-content > .d-section {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 1% 0 1% 4%;
    text-align: left;
  }
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section > .d-footer-heading {
  font-weight: 800;
  color: hsl(0, 0%, 80%);
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section > .d-footer-link {
  display: block;
  padding-bottom: 0.6em;
  color: hsl(0, 0%, 65%);
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section > .d-footer-link > .d-footer-link-prefix {
  color: hsl(51, 100%, 50%);
  padding-right: 0.3em;
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section > .d-footer-link:hover {
  color: hsl(0, 0%, 100%);
}
.c-footer > .d-footer-container.v-content > .d-footer-content > .d-section > .d-footer-link.v-social {
  display: inline-block;
  padding-left: 0.3em;
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-content > .d-footer-content > .d-section:last-child {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
.c-footer > .d-footer-container.v-app {
  background: hsl(0, 0%, 20%);
  text-align: center;
  padding: 1.2em 0;
}
.c-footer > .d-footer-container.v-app > .d-appheading {
  display: inline-block;
  font-weight: 300;
  padding: 0;
  color: hsl(0, 0%, 85%);
}
.c-footer > .d-footer-container.v-app > .d-footer-applink {
  width: 130px;
  height: 40px;
  vertical-align: middle;
  display: block;
  margin: 1em auto;
  background: hsl(0, 0%, 20%);
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-app > .d-footer-applink {
    display: inline-block;
    margin: auto 0 auto 1em;
  }
}
.c-footer > .d-footer-container.v-disc {
  padding: 1em;
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-disc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer > .d-footer-container.v-disc:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.c-footer > .d-footer-container.v-disc > .d-tnc {
  padding-top: 1em;
  text-align: center;
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-disc > .d-tnc {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
    padding-top: 0;
    text-align: right;
  }
}
.c-footer > .d-footer-container.v-disc > .d-tnc .d-tnc-item {
  padding-bottom: 0.4em;
}
@media (min-width: 767px) {
  .c-footer > .d-footer-container.v-disc > .d-tnc .d-tnc-item {
    display: inline-block;
    padding-right: 1em;
  }
}
.c-footer > .d-footer-container.v-disc > .d-tnc .d-tnc-item > .d-tnc-link:hover {
  color: hsl(0, 0%, 90%);
}
@media (min-width: 767px) {
  .c-footer.v-width-full > .d-footer-container.v-content > .d-footer-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer.v-width-full > .d-footer-container.v-content > .d-footer-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1199px) {
  .c-footer.v-width-full > .d-footer-container.v-content > .d-footer-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer.v-width-full > .d-footer-container.v-content > .d-footer-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 767px) {
  .c-footer.v-width-full > .d-footer-container.v-disc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer.v-width-full > .d-footer-container.v-disc:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.c-competitions > .d-banner {
  border-bottom: 1px solid hsl(0, 0%, 96%);
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.c-competitions > .d-banner > .d-link > .d-content {
  max-width: 100%;
  display: inline-block;
}
.c-competitions > .d-competition-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-competitions > .d-competition-top:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  .c-competitions > .d-competition-top {
    text-align: left;
  }
}
.c-competitions > .d-competition-top > .d-competition-heading {
  min-height: 8em;
}
@media (min-width: 767px) {
  .c-competitions > .d-competition-top > .d-competition-heading {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media (min-width: 1199px) {
  .c-competitions > .d-competition-top > .d-competition-heading {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.c-competitions > .d-competition-top > .d-competition-heading > .d-competition-image {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 1em;
  background: hsl(0, 0%, 96%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 767px) {
  .c-competitions > .d-competition-top > .d-competition-right {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
.c-competitions > .d-competition-top > .d-competition-location {
  font-size: 0.75rem;
  position: relative;
  margin-left: 2.5em;
  padding-bottom: 1em;
  text-align: right;
}
.c-competitions > .d-competition-top > .d-competition-location > .d-location-heading > .d-see-locations:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .c-competitions > .d-competition-top > .d-competition-location {
    margin-left: 0;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1199px) {
  .c-competitions > .d-competition-top > .d-competition-location {
    margin-left: 0;
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}
.c-competitions > .d-competition-top.v-size-s {
  padding: 1em 0;
}
@media (min-width: 767px) {
  .c-competitions > .d-competition-top.v-size-s {
    padding: 2em 0;
  }
}
.c-competitions > .d-competition-top.v-size-s > .d-competition-heading {
  min-height: 0;
}
@media (min-width: 1199px) {
  .c-competitions > .d-competition-top.v-size-s > .d-competition-heading {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.c-competitions > .d-competition-top.v-size-s > .d-competition-right {
  line-height: 3.3em;
}
.c-competitions .mriezka {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-competitions .mriezka:after {
  content: " ";
  display: block;
  clear: both;
}
.c-competitions .mriezka > .r {
  width: 48.275862069%;
  float: left;
  margin-right: 3.4482758621%;
}

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.f-twbs .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-twbs .glyphicon-asterisk:before, .f-twbs .c-brackets .d-match > .glyphicon-asterisk.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-asterisk.d-participant::after {
  content: "*";
}

.f-twbs .glyphicon-plus:before, .f-twbs .c-brackets .d-match > .glyphicon-plus.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-plus.d-participant::after {
  content: "+";
}

.f-twbs .glyphicon-euro:before, .f-twbs .c-brackets .d-match > .glyphicon-euro.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-euro.d-participant::after,
.f-twbs .glyphicon-eur:before,
.f-twbs .c-brackets .d-match > .glyphicon-eur.d-participant::after,
.c-brackets .f-twbs .d-match > .glyphicon-eur.d-participant::after {
  content: "€";
}

.f-twbs .glyphicon-minus:before, .f-twbs .c-brackets .d-match > .glyphicon-minus.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-minus.d-participant::after {
  content: "−";
}

.f-twbs .glyphicon-cloud:before, .f-twbs .c-brackets .d-match > .glyphicon-cloud.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cloud.d-participant::after {
  content: "☁";
}

.f-twbs .glyphicon-envelope:before, .f-twbs .c-brackets .d-match > .glyphicon-envelope.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-envelope.d-participant::after {
  content: "✉";
}

.f-twbs .glyphicon-pencil:before, .f-twbs .c-brackets .d-match > .glyphicon-pencil.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-pencil.d-participant::after {
  content: "✏";
}

.f-twbs .glyphicon-glass:before, .f-twbs .c-brackets .d-match > .glyphicon-glass.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-glass.d-participant::after {
  content: "\e001";
}

.f-twbs .glyphicon-music:before, .f-twbs .c-brackets .d-match > .glyphicon-music.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-music.d-participant::after {
  content: "\e002";
}

.f-twbs .glyphicon-search:before, .f-twbs .c-brackets .d-match > .glyphicon-search.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-search.d-participant::after {
  content: "\e003";
}

.f-twbs .glyphicon-heart:before, .f-twbs .c-brackets .d-match > .glyphicon-heart.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-heart.d-participant::after {
  content: "\e005";
}

.f-twbs .glyphicon-star:before, .f-twbs .c-brackets .d-match > .glyphicon-star.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-star.d-participant::after {
  content: "\e006";
}

.f-twbs .glyphicon-star-empty:before, .f-twbs .c-brackets .d-match > .glyphicon-star-empty.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-star-empty.d-participant::after {
  content: "\e007";
}

.f-twbs .glyphicon-user:before, .f-twbs .c-brackets .d-match > .glyphicon-user.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-user.d-participant::after {
  content: "\e008";
}

.f-twbs .glyphicon-film:before, .f-twbs .c-brackets .d-match > .glyphicon-film.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-film.d-participant::after {
  content: "\e009";
}

.f-twbs .glyphicon-th-large:before, .f-twbs .c-brackets .d-match > .glyphicon-th-large.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-th-large.d-participant::after {
  content: "\e010";
}

.f-twbs .glyphicon-th:before, .f-twbs .c-brackets .d-match > .glyphicon-th.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-th.d-participant::after {
  content: "\e011";
}

.f-twbs .glyphicon-th-list:before, .f-twbs .c-brackets .d-match > .glyphicon-th-list.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-th-list.d-participant::after {
  content: "\e012";
}

.f-twbs .glyphicon-ok:before, .f-twbs .c-brackets .d-match > .glyphicon-ok.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ok.d-participant::after {
  content: "\e013";
}

.f-twbs .glyphicon-remove:before, .f-twbs .c-brackets .d-match > .glyphicon-remove.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-remove.d-participant::after {
  content: "\e014";
}

.f-twbs .glyphicon-zoom-in:before, .f-twbs .c-brackets .d-match > .glyphicon-zoom-in.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-zoom-in.d-participant::after {
  content: "\e015";
}

.f-twbs .glyphicon-zoom-out:before, .f-twbs .c-brackets .d-match > .glyphicon-zoom-out.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-zoom-out.d-participant::after {
  content: "\e016";
}

.f-twbs .glyphicon-off:before, .f-twbs .c-brackets .d-match > .glyphicon-off.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-off.d-participant::after {
  content: "\e017";
}

.f-twbs .glyphicon-signal:before, .f-twbs .c-brackets .d-match > .glyphicon-signal.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-signal.d-participant::after {
  content: "\e018";
}

.f-twbs .glyphicon-cog:before, .f-twbs .c-brackets .d-match > .glyphicon-cog.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cog.d-participant::after {
  content: "\e019";
}

.f-twbs .glyphicon-trash:before, .f-twbs .c-brackets .d-match > .glyphicon-trash.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-trash.d-participant::after {
  content: "\e020";
}

.f-twbs .glyphicon-home:before, .f-twbs .c-brackets .d-match > .glyphicon-home.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-home.d-participant::after {
  content: "\e021";
}

.f-twbs .glyphicon-file:before, .f-twbs .c-brackets .d-match > .glyphicon-file.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-file.d-participant::after {
  content: "\e022";
}

.f-twbs .glyphicon-time:before, .f-twbs .c-brackets .d-match > .glyphicon-time.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-time.d-participant::after {
  content: "\e023";
}

.f-twbs .glyphicon-road:before, .f-twbs .c-brackets .d-match > .glyphicon-road.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-road.d-participant::after {
  content: "\e024";
}

.f-twbs .glyphicon-download-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-download-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-download-alt.d-participant::after {
  content: "\e025";
}

.f-twbs .glyphicon-download:before, .f-twbs .c-brackets .d-match > .glyphicon-download.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-download.d-participant::after {
  content: "\e026";
}

.f-twbs .glyphicon-upload:before, .f-twbs .c-brackets .d-match > .glyphicon-upload.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-upload.d-participant::after {
  content: "\e027";
}

.f-twbs .glyphicon-inbox:before, .f-twbs .c-brackets .d-match > .glyphicon-inbox.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-inbox.d-participant::after {
  content: "\e028";
}

.f-twbs .glyphicon-play-circle:before, .f-twbs .c-brackets .d-match > .glyphicon-play-circle.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-play-circle.d-participant::after {
  content: "\e029";
}

.f-twbs .glyphicon-repeat:before, .f-twbs .c-brackets .d-match > .glyphicon-repeat.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-repeat.d-participant::after {
  content: "\e030";
}

.f-twbs .glyphicon-refresh:before, .f-twbs .c-brackets .d-match > .glyphicon-refresh.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-refresh.d-participant::after {
  content: "\e031";
}

.f-twbs .glyphicon-list-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-list-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-list-alt.d-participant::after {
  content: "\e032";
}

.f-twbs .glyphicon-lock:before, .f-twbs .c-brackets .d-match > .glyphicon-lock.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-lock.d-participant::after {
  content: "\e033";
}

.f-twbs .glyphicon-flag:before, .f-twbs .c-brackets .d-match > .glyphicon-flag.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-flag.d-participant::after {
  content: "\e034";
}

.f-twbs .glyphicon-headphones:before, .f-twbs .c-brackets .d-match > .glyphicon-headphones.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-headphones.d-participant::after {
  content: "\e035";
}

.f-twbs .glyphicon-volume-off:before, .f-twbs .c-brackets .d-match > .glyphicon-volume-off.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-volume-off.d-participant::after {
  content: "\e036";
}

.f-twbs .glyphicon-volume-down:before, .f-twbs .c-brackets .d-match > .glyphicon-volume-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-volume-down.d-participant::after {
  content: "\e037";
}

.f-twbs .glyphicon-volume-up:before, .f-twbs .c-brackets .d-match > .glyphicon-volume-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-volume-up.d-participant::after {
  content: "\e038";
}

.f-twbs .glyphicon-qrcode:before, .f-twbs .c-brackets .d-match > .glyphicon-qrcode.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-qrcode.d-participant::after {
  content: "\e039";
}

.f-twbs .glyphicon-barcode:before, .f-twbs .c-brackets .d-match > .glyphicon-barcode.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-barcode.d-participant::after {
  content: "\e040";
}

.f-twbs .glyphicon-tag:before, .f-twbs .c-brackets .d-match > .glyphicon-tag.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tag.d-participant::after {
  content: "\e041";
}

.f-twbs .glyphicon-tags:before, .f-twbs .c-brackets .d-match > .glyphicon-tags.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tags.d-participant::after {
  content: "\e042";
}

.f-twbs .glyphicon-book:before, .f-twbs .c-brackets .d-match > .glyphicon-book.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-book.d-participant::after {
  content: "\e043";
}

.f-twbs .glyphicon-bookmark:before, .f-twbs .c-brackets .d-match > .glyphicon-bookmark.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bookmark.d-participant::after {
  content: "\e044";
}

.f-twbs .glyphicon-print:before, .f-twbs .c-brackets .d-match > .glyphicon-print.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-print.d-participant::after {
  content: "\e045";
}

.f-twbs .glyphicon-camera:before, .f-twbs .c-brackets .d-match > .glyphicon-camera.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-camera.d-participant::after {
  content: "\e046";
}

.f-twbs .glyphicon-font:before, .f-twbs .c-brackets .d-match > .glyphicon-font.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-font.d-participant::after {
  content: "\e047";
}

.f-twbs .glyphicon-bold:before, .f-twbs .c-brackets .d-match > .glyphicon-bold.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bold.d-participant::after {
  content: "\e048";
}

.f-twbs .glyphicon-italic:before, .f-twbs .c-brackets .d-match > .glyphicon-italic.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-italic.d-participant::after {
  content: "\e049";
}

.f-twbs .glyphicon-text-height:before, .f-twbs .c-brackets .d-match > .glyphicon-text-height.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-text-height.d-participant::after {
  content: "\e050";
}

.f-twbs .glyphicon-text-width:before, .f-twbs .c-brackets .d-match > .glyphicon-text-width.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-text-width.d-participant::after {
  content: "\e051";
}

.f-twbs .glyphicon-align-left:before, .f-twbs .c-brackets .d-match > .glyphicon-align-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-align-left.d-participant::after {
  content: "\e052";
}

.f-twbs .glyphicon-align-center:before, .f-twbs .c-brackets .d-match > .glyphicon-align-center.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-align-center.d-participant::after {
  content: "\e053";
}

.f-twbs .glyphicon-align-right:before, .f-twbs .c-brackets .d-match > .glyphicon-align-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-align-right.d-participant::after {
  content: "\e054";
}

.f-twbs .glyphicon-align-justify:before, .f-twbs .c-brackets .d-match > .glyphicon-align-justify.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-align-justify.d-participant::after {
  content: "\e055";
}

.f-twbs .glyphicon-list:before, .f-twbs .c-brackets .d-match > .glyphicon-list.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-list.d-participant::after {
  content: "\e056";
}

.f-twbs .glyphicon-indent-left:before, .f-twbs .c-brackets .d-match > .glyphicon-indent-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-indent-left.d-participant::after {
  content: "\e057";
}

.f-twbs .glyphicon-indent-right:before, .f-twbs .c-brackets .d-match > .glyphicon-indent-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-indent-right.d-participant::after {
  content: "\e058";
}

.f-twbs .glyphicon-facetime-video:before, .f-twbs .c-brackets .d-match > .glyphicon-facetime-video.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-facetime-video.d-participant::after {
  content: "\e059";
}

.f-twbs .glyphicon-picture:before, .f-twbs .c-brackets .d-match > .glyphicon-picture.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-picture.d-participant::after {
  content: "\e060";
}

.f-twbs .glyphicon-map-marker:before, .f-twbs .c-brackets .d-match > .glyphicon-map-marker.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-map-marker.d-participant::after {
  content: "\e062";
}

.f-twbs .glyphicon-adjust:before, .f-twbs .c-brackets .d-match > .glyphicon-adjust.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-adjust.d-participant::after {
  content: "\e063";
}

.f-twbs .glyphicon-tint:before, .f-twbs .c-brackets .d-match > .glyphicon-tint.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tint.d-participant::after {
  content: "\e064";
}

.f-twbs .glyphicon-edit:before, .f-twbs .c-brackets .d-match > .glyphicon-edit.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-edit.d-participant::after {
  content: "\e065";
}

.f-twbs .glyphicon-share:before, .f-twbs .c-brackets .d-match > .glyphicon-share.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-share.d-participant::after {
  content: "\e066";
}

.f-twbs .glyphicon-check:before, .f-twbs .c-brackets .d-match > .glyphicon-check.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-check.d-participant::after {
  content: "\e067";
}

.f-twbs .glyphicon-move:before, .f-twbs .c-brackets .d-match > .glyphicon-move.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-move.d-participant::after {
  content: "\e068";
}

.f-twbs .glyphicon-step-backward:before, .f-twbs .c-brackets .d-match > .glyphicon-step-backward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-step-backward.d-participant::after {
  content: "\e069";
}

.f-twbs .glyphicon-fast-backward:before, .f-twbs .c-brackets .d-match > .glyphicon-fast-backward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-fast-backward.d-participant::after {
  content: "\e070";
}

.f-twbs .glyphicon-backward:before, .f-twbs .c-brackets .d-match > .glyphicon-backward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-backward.d-participant::after {
  content: "\e071";
}

.f-twbs .glyphicon-play:before, .f-twbs .c-brackets .d-match > .glyphicon-play.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-play.d-participant::after {
  content: "\e072";
}

.f-twbs .glyphicon-pause:before, .f-twbs .c-brackets .d-match > .glyphicon-pause.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-pause.d-participant::after {
  content: "\e073";
}

.f-twbs .glyphicon-stop:before, .f-twbs .c-brackets .d-match > .glyphicon-stop.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-stop.d-participant::after {
  content: "\e074";
}

.f-twbs .glyphicon-forward:before, .f-twbs .c-brackets .d-match > .glyphicon-forward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-forward.d-participant::after {
  content: "\e075";
}

.f-twbs .glyphicon-fast-forward:before, .f-twbs .c-brackets .d-match > .glyphicon-fast-forward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-fast-forward.d-participant::after {
  content: "\e076";
}

.f-twbs .glyphicon-step-forward:before, .f-twbs .c-brackets .d-match > .glyphicon-step-forward.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-step-forward.d-participant::after {
  content: "\e077";
}

.f-twbs .glyphicon-eject:before, .f-twbs .c-brackets .d-match > .glyphicon-eject.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-eject.d-participant::after {
  content: "\e078";
}

.f-twbs .glyphicon-chevron-left:before, .f-twbs .c-brackets .d-match > .glyphicon-chevron-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-chevron-left.d-participant::after {
  content: "\e079";
}

.f-twbs .glyphicon-chevron-right:before, .f-twbs .c-brackets .d-match > .glyphicon-chevron-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-chevron-right.d-participant::after {
  content: "\e080";
}

.f-twbs .glyphicon-plus-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-plus-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-plus-sign.d-participant::after {
  content: "\e081";
}

.f-twbs .glyphicon-minus-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-minus-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-minus-sign.d-participant::after {
  content: "\e082";
}

.f-twbs .glyphicon-remove-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-remove-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-remove-sign.d-participant::after {
  content: "\e083";
}

.f-twbs .glyphicon-ok-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-ok-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ok-sign.d-participant::after {
  content: "\e084";
}

.f-twbs .glyphicon-question-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-question-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-question-sign.d-participant::after {
  content: "\e085";
}

.f-twbs .glyphicon-info-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-info-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-info-sign.d-participant::after {
  content: "\e086";
}

.f-twbs .glyphicon-screenshot:before, .f-twbs .c-brackets .d-match > .glyphicon-screenshot.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-screenshot.d-participant::after {
  content: "\e087";
}

.f-twbs .glyphicon-remove-circle:before, .f-twbs .c-brackets .d-match > .glyphicon-remove-circle.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-remove-circle.d-participant::after {
  content: "\e088";
}

.f-twbs .glyphicon-ok-circle:before, .f-twbs .c-brackets .d-match > .glyphicon-ok-circle.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ok-circle.d-participant::after {
  content: "\e089";
}

.f-twbs .glyphicon-ban-circle:before, .f-twbs .c-brackets .d-match > .glyphicon-ban-circle.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ban-circle.d-participant::after {
  content: "\e090";
}

.f-twbs .glyphicon-arrow-left:before, .f-twbs .c-brackets .d-match > .glyphicon-arrow-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-arrow-left.d-participant::after {
  content: "\e091";
}

.f-twbs .glyphicon-arrow-right:before, .f-twbs .c-brackets .d-match > .glyphicon-arrow-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-arrow-right.d-participant::after {
  content: "\e092";
}

.f-twbs .glyphicon-arrow-up:before, .f-twbs .c-brackets .d-match > .glyphicon-arrow-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-arrow-up.d-participant::after {
  content: "\e093";
}

.f-twbs .glyphicon-arrow-down:before, .f-twbs .c-brackets .d-match > .glyphicon-arrow-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-arrow-down.d-participant::after {
  content: "\e094";
}

.f-twbs .glyphicon-share-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-share-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-share-alt.d-participant::after {
  content: "\e095";
}

.f-twbs .glyphicon-resize-full:before, .f-twbs .c-brackets .d-match > .glyphicon-resize-full.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-resize-full.d-participant::after {
  content: "\e096";
}

.f-twbs .glyphicon-resize-small:before, .f-twbs .c-brackets .d-match > .glyphicon-resize-small.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-resize-small.d-participant::after {
  content: "\e097";
}

.f-twbs .glyphicon-exclamation-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-exclamation-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-exclamation-sign.d-participant::after {
  content: "\e101";
}

.f-twbs .glyphicon-gift:before, .f-twbs .c-brackets .d-match > .glyphicon-gift.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-gift.d-participant::after {
  content: "\e102";
}

.f-twbs .glyphicon-leaf:before, .f-twbs .c-brackets .d-match > .glyphicon-leaf.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-leaf.d-participant::after {
  content: "\e103";
}

.f-twbs .glyphicon-fire:before, .f-twbs .c-brackets .d-match > .glyphicon-fire.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-fire.d-participant::after {
  content: "\e104";
}

.f-twbs .glyphicon-eye-open:before, .f-twbs .c-brackets .d-match > .glyphicon-eye-open.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-eye-open.d-participant::after {
  content: "\e105";
}

.f-twbs .glyphicon-eye-close:before, .f-twbs .c-brackets .d-match > .glyphicon-eye-close.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-eye-close.d-participant::after {
  content: "\e106";
}

.f-twbs .glyphicon-warning-sign:before, .f-twbs .c-brackets .d-match > .glyphicon-warning-sign.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-warning-sign.d-participant::after {
  content: "\e107";
}

.f-twbs .glyphicon-plane:before, .f-twbs .c-brackets .d-match > .glyphicon-plane.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-plane.d-participant::after {
  content: "\e108";
}

.f-twbs .glyphicon-calendar:before, .f-twbs .c-brackets .d-match > .glyphicon-calendar.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-calendar.d-participant::after {
  content: "\e109";
}

.f-twbs .glyphicon-random:before, .f-twbs .c-brackets .d-match > .glyphicon-random.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-random.d-participant::after {
  content: "\e110";
}

.f-twbs .glyphicon-comment:before, .f-twbs .c-brackets .d-match > .glyphicon-comment.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-comment.d-participant::after {
  content: "\e111";
}

.f-twbs .glyphicon-magnet:before, .f-twbs .c-brackets .d-match > .glyphicon-magnet.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-magnet.d-participant::after {
  content: "\e112";
}

.f-twbs .glyphicon-chevron-up:before, .f-twbs .c-brackets .d-match > .glyphicon-chevron-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-chevron-up.d-participant::after {
  content: "\e113";
}

.f-twbs .glyphicon-chevron-down:before, .f-twbs .c-brackets .d-match > .glyphicon-chevron-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-chevron-down.d-participant::after {
  content: "\e114";
}

.f-twbs .glyphicon-retweet:before, .f-twbs .c-brackets .d-match > .glyphicon-retweet.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-retweet.d-participant::after {
  content: "\e115";
}

.f-twbs .glyphicon-shopping-cart:before, .f-twbs .c-brackets .d-match > .glyphicon-shopping-cart.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-shopping-cart.d-participant::after {
  content: "\e116";
}

.f-twbs .glyphicon-folder-close:before, .f-twbs .c-brackets .d-match > .glyphicon-folder-close.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-folder-close.d-participant::after {
  content: "\e117";
}

.f-twbs .glyphicon-folder-open:before, .f-twbs .c-brackets .d-match > .glyphicon-folder-open.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-folder-open.d-participant::after {
  content: "\e118";
}

.f-twbs .glyphicon-resize-vertical:before, .f-twbs .c-brackets .d-match > .glyphicon-resize-vertical.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-resize-vertical.d-participant::after {
  content: "\e119";
}

.f-twbs .glyphicon-resize-horizontal:before, .f-twbs .c-brackets .d-match > .glyphicon-resize-horizontal.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-resize-horizontal.d-participant::after {
  content: "\e120";
}

.f-twbs .glyphicon-hdd:before, .f-twbs .c-brackets .d-match > .glyphicon-hdd.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hdd.d-participant::after {
  content: "\e121";
}

.f-twbs .glyphicon-bullhorn:before, .f-twbs .c-brackets .d-match > .glyphicon-bullhorn.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bullhorn.d-participant::after {
  content: "\e122";
}

.f-twbs .glyphicon-bell:before, .f-twbs .c-brackets .d-match > .glyphicon-bell.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bell.d-participant::after {
  content: "\e123";
}

.f-twbs .glyphicon-certificate:before, .f-twbs .c-brackets .d-match > .glyphicon-certificate.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-certificate.d-participant::after {
  content: "\e124";
}

.f-twbs .glyphicon-thumbs-up:before, .f-twbs .c-brackets .d-match > .glyphicon-thumbs-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-thumbs-up.d-participant::after {
  content: "\e125";
}

.f-twbs .glyphicon-thumbs-down:before, .f-twbs .c-brackets .d-match > .glyphicon-thumbs-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-thumbs-down.d-participant::after {
  content: "\e126";
}

.f-twbs .glyphicon-hand-right:before, .f-twbs .c-brackets .d-match > .glyphicon-hand-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hand-right.d-participant::after {
  content: "\e127";
}

.f-twbs .glyphicon-hand-left:before, .f-twbs .c-brackets .d-match > .glyphicon-hand-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hand-left.d-participant::after {
  content: "\e128";
}

.f-twbs .glyphicon-hand-up:before, .f-twbs .c-brackets .d-match > .glyphicon-hand-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hand-up.d-participant::after {
  content: "\e129";
}

.f-twbs .glyphicon-hand-down:before, .f-twbs .c-brackets .d-match > .glyphicon-hand-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hand-down.d-participant::after {
  content: "\e130";
}

.f-twbs .glyphicon-circle-arrow-right:before, .f-twbs .c-brackets .d-match > .glyphicon-circle-arrow-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-circle-arrow-right.d-participant::after {
  content: "\e131";
}

.f-twbs .glyphicon-circle-arrow-left:before, .f-twbs .c-brackets .d-match > .glyphicon-circle-arrow-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-circle-arrow-left.d-participant::after {
  content: "\e132";
}

.f-twbs .glyphicon-circle-arrow-up:before, .f-twbs .c-brackets .d-match > .glyphicon-circle-arrow-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-circle-arrow-up.d-participant::after {
  content: "\e133";
}

.f-twbs .glyphicon-circle-arrow-down:before, .f-twbs .c-brackets .d-match > .glyphicon-circle-arrow-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-circle-arrow-down.d-participant::after {
  content: "\e134";
}

.f-twbs .glyphicon-globe:before, .f-twbs .c-brackets .d-match > .glyphicon-globe.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-globe.d-participant::after {
  content: "\e135";
}

.f-twbs .glyphicon-wrench:before, .f-twbs .c-brackets .d-match > .glyphicon-wrench.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-wrench.d-participant::after {
  content: "\e136";
}

.f-twbs .glyphicon-tasks:before, .f-twbs .c-brackets .d-match > .glyphicon-tasks.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tasks.d-participant::after {
  content: "\e137";
}

.f-twbs .glyphicon-filter:before, .f-twbs .c-brackets .d-match > .glyphicon-filter.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-filter.d-participant::after {
  content: "\e138";
}

.f-twbs .glyphicon-briefcase:before, .f-twbs .c-brackets .d-match > .glyphicon-briefcase.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-briefcase.d-participant::after {
  content: "\e139";
}

.f-twbs .glyphicon-fullscreen:before, .f-twbs .c-brackets .d-match > .glyphicon-fullscreen.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-fullscreen.d-participant::after {
  content: "\e140";
}

.f-twbs .glyphicon-dashboard:before, .f-twbs .c-brackets .d-match > .glyphicon-dashboard.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-dashboard.d-participant::after {
  content: "\e141";
}

.f-twbs .glyphicon-paperclip:before, .f-twbs .c-brackets .d-match > .glyphicon-paperclip.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-paperclip.d-participant::after {
  content: "\e142";
}

.f-twbs .glyphicon-heart-empty:before, .f-twbs .c-brackets .d-match > .glyphicon-heart-empty.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-heart-empty.d-participant::after {
  content: "\e143";
}

.f-twbs .glyphicon-link:before, .f-twbs .c-brackets .d-match > .glyphicon-link.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-link.d-participant::after {
  content: "\e144";
}

.f-twbs .glyphicon-phone:before, .f-twbs .c-brackets .d-match > .glyphicon-phone.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-phone.d-participant::after {
  content: "\e145";
}

.f-twbs .glyphicon-pushpin:before, .f-twbs .c-brackets .d-match > .glyphicon-pushpin.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-pushpin.d-participant::after {
  content: "\e146";
}

.f-twbs .glyphicon-usd:before, .f-twbs .c-brackets .d-match > .glyphicon-usd.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-usd.d-participant::after {
  content: "\e148";
}

.f-twbs .glyphicon-gbp:before, .f-twbs .c-brackets .d-match > .glyphicon-gbp.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-gbp.d-participant::after {
  content: "\e149";
}

.f-twbs .glyphicon-sort:before, .f-twbs .c-brackets .d-match > .glyphicon-sort.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort.d-participant::after {
  content: "\e150";
}

.f-twbs .glyphicon-sort-by-alphabet:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-alphabet.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-alphabet.d-participant::after {
  content: "\e151";
}

.f-twbs .glyphicon-sort-by-alphabet-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-alphabet-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-alphabet-alt.d-participant::after {
  content: "\e152";
}

.f-twbs .glyphicon-sort-by-order:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-order.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-order.d-participant::after {
  content: "\e153";
}

.f-twbs .glyphicon-sort-by-order-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-order-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-order-alt.d-participant::after {
  content: "\e154";
}

.f-twbs .glyphicon-sort-by-attributes:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-attributes.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-attributes.d-participant::after {
  content: "\e155";
}

.f-twbs .glyphicon-sort-by-attributes-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-sort-by-attributes-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sort-by-attributes-alt.d-participant::after {
  content: "\e156";
}

.f-twbs .glyphicon-unchecked:before, .f-twbs .c-brackets .d-match > .glyphicon-unchecked.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-unchecked.d-participant::after {
  content: "\e157";
}

.f-twbs .glyphicon-expand:before, .f-twbs .c-brackets .d-match > .glyphicon-expand.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-expand.d-participant::after {
  content: "\e158";
}

.f-twbs .glyphicon-collapse-down:before, .f-twbs .c-brackets .d-match > .glyphicon-collapse-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-collapse-down.d-participant::after {
  content: "\e159";
}

.f-twbs .glyphicon-collapse-up:before, .f-twbs .c-brackets .d-match > .glyphicon-collapse-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-collapse-up.d-participant::after {
  content: "\e160";
}

.f-twbs .glyphicon-log-in:before, .f-twbs .c-brackets .d-match > .glyphicon-log-in.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-log-in.d-participant::after {
  content: "\e161";
}

.f-twbs .glyphicon-flash:before, .f-twbs .c-brackets .d-match > .glyphicon-flash.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-flash.d-participant::after {
  content: "\e162";
}

.f-twbs .glyphicon-log-out:before, .f-twbs .c-brackets .d-match > .glyphicon-log-out.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-log-out.d-participant::after {
  content: "\e163";
}

.f-twbs .glyphicon-new-window:before, .f-twbs .c-brackets .d-match > .glyphicon-new-window.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-new-window.d-participant::after {
  content: "\e164";
}

.f-twbs .glyphicon-record:before, .f-twbs .c-brackets .d-match > .glyphicon-record.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-record.d-participant::after {
  content: "\e165";
}

.f-twbs .glyphicon-save:before, .f-twbs .c-brackets .d-match > .glyphicon-save.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-save.d-participant::after {
  content: "\e166";
}

.f-twbs .glyphicon-open:before, .f-twbs .c-brackets .d-match > .glyphicon-open.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-open.d-participant::after {
  content: "\e167";
}

.f-twbs .glyphicon-saved:before, .f-twbs .c-brackets .d-match > .glyphicon-saved.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-saved.d-participant::after {
  content: "\e168";
}

.f-twbs .glyphicon-import:before, .f-twbs .c-brackets .d-match > .glyphicon-import.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-import.d-participant::after {
  content: "\e169";
}

.f-twbs .glyphicon-export:before, .f-twbs .c-brackets .d-match > .glyphicon-export.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-export.d-participant::after {
  content: "\e170";
}

.f-twbs .glyphicon-send:before, .f-twbs .c-brackets .d-match > .glyphicon-send.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-send.d-participant::after {
  content: "\e171";
}

.f-twbs .glyphicon-floppy-disk:before, .f-twbs .c-brackets .d-match > .glyphicon-floppy-disk.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-floppy-disk.d-participant::after {
  content: "\e172";
}

.f-twbs .glyphicon-floppy-saved:before, .f-twbs .c-brackets .d-match > .glyphicon-floppy-saved.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-floppy-saved.d-participant::after {
  content: "\e173";
}

.f-twbs .glyphicon-floppy-remove:before, .f-twbs .c-brackets .d-match > .glyphicon-floppy-remove.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-floppy-remove.d-participant::after {
  content: "\e174";
}

.f-twbs .glyphicon-floppy-save:before, .f-twbs .c-brackets .d-match > .glyphicon-floppy-save.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-floppy-save.d-participant::after {
  content: "\e175";
}

.f-twbs .glyphicon-floppy-open:before, .f-twbs .c-brackets .d-match > .glyphicon-floppy-open.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-floppy-open.d-participant::after {
  content: "\e176";
}

.f-twbs .glyphicon-credit-card:before, .f-twbs .c-brackets .d-match > .glyphicon-credit-card.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-credit-card.d-participant::after {
  content: "\e177";
}

.f-twbs .glyphicon-transfer:before, .f-twbs .c-brackets .d-match > .glyphicon-transfer.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-transfer.d-participant::after {
  content: "\e178";
}

.f-twbs .glyphicon-cutlery:before, .f-twbs .c-brackets .d-match > .glyphicon-cutlery.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cutlery.d-participant::after {
  content: "\e179";
}

.f-twbs .glyphicon-header:before, .f-twbs .c-brackets .d-match > .glyphicon-header.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-header.d-participant::after {
  content: "\e180";
}

.f-twbs .glyphicon-compressed:before, .f-twbs .c-brackets .d-match > .glyphicon-compressed.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-compressed.d-participant::after {
  content: "\e181";
}

.f-twbs .glyphicon-earphone:before, .f-twbs .c-brackets .d-match > .glyphicon-earphone.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-earphone.d-participant::after {
  content: "\e182";
}

.f-twbs .glyphicon-phone-alt:before, .f-twbs .c-brackets .d-match > .glyphicon-phone-alt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-phone-alt.d-participant::after {
  content: "\e183";
}

.f-twbs .glyphicon-tower:before, .f-twbs .c-brackets .d-match > .glyphicon-tower.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tower.d-participant::after {
  content: "\e184";
}

.f-twbs .glyphicon-stats:before, .f-twbs .c-brackets .d-match > .glyphicon-stats.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-stats.d-participant::after {
  content: "\e185";
}

.f-twbs .glyphicon-sd-video:before, .f-twbs .c-brackets .d-match > .glyphicon-sd-video.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sd-video.d-participant::after {
  content: "\e186";
}

.f-twbs .glyphicon-hd-video:before, .f-twbs .c-brackets .d-match > .glyphicon-hd-video.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hd-video.d-participant::after {
  content: "\e187";
}

.f-twbs .glyphicon-subtitles:before, .f-twbs .c-brackets .d-match > .glyphicon-subtitles.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-subtitles.d-participant::after {
  content: "\e188";
}

.f-twbs .glyphicon-sound-stereo:before, .f-twbs .c-brackets .d-match > .glyphicon-sound-stereo.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sound-stereo.d-participant::after {
  content: "\e189";
}

.f-twbs .glyphicon-sound-dolby:before, .f-twbs .c-brackets .d-match > .glyphicon-sound-dolby.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sound-dolby.d-participant::after {
  content: "\e190";
}

.f-twbs .glyphicon-sound-5-1:before, .f-twbs .c-brackets .d-match > .glyphicon-sound-5-1.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sound-5-1.d-participant::after {
  content: "\e191";
}

.f-twbs .glyphicon-sound-6-1:before, .f-twbs .c-brackets .d-match > .glyphicon-sound-6-1.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sound-6-1.d-participant::after {
  content: "\e192";
}

.f-twbs .glyphicon-sound-7-1:before, .f-twbs .c-brackets .d-match > .glyphicon-sound-7-1.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sound-7-1.d-participant::after {
  content: "\e193";
}

.f-twbs .glyphicon-copyright-mark:before, .f-twbs .c-brackets .d-match > .glyphicon-copyright-mark.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-copyright-mark.d-participant::after {
  content: "\e194";
}

.f-twbs .glyphicon-registration-mark:before, .f-twbs .c-brackets .d-match > .glyphicon-registration-mark.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-registration-mark.d-participant::after {
  content: "\e195";
}

.f-twbs .glyphicon-cloud-download:before, .f-twbs .c-brackets .d-match > .glyphicon-cloud-download.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cloud-download.d-participant::after {
  content: "\e197";
}

.f-twbs .glyphicon-cloud-upload:before, .f-twbs .c-brackets .d-match > .glyphicon-cloud-upload.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cloud-upload.d-participant::after {
  content: "\e198";
}

.f-twbs .glyphicon-tree-conifer:before, .f-twbs .c-brackets .d-match > .glyphicon-tree-conifer.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tree-conifer.d-participant::after {
  content: "\e199";
}

.f-twbs .glyphicon-tree-deciduous:before, .f-twbs .c-brackets .d-match > .glyphicon-tree-deciduous.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tree-deciduous.d-participant::after {
  content: "\e200";
}

.f-twbs .glyphicon-cd:before, .f-twbs .c-brackets .d-match > .glyphicon-cd.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-cd.d-participant::after {
  content: "\e201";
}

.f-twbs .glyphicon-save-file:before, .f-twbs .c-brackets .d-match > .glyphicon-save-file.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-save-file.d-participant::after {
  content: "\e202";
}

.f-twbs .glyphicon-open-file:before, .f-twbs .c-brackets .d-match > .glyphicon-open-file.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-open-file.d-participant::after {
  content: "\e203";
}

.f-twbs .glyphicon-level-up:before, .f-twbs .c-brackets .d-match > .glyphicon-level-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-level-up.d-participant::after {
  content: "\e204";
}

.f-twbs .glyphicon-copy:before, .f-twbs .c-brackets .d-match > .glyphicon-copy.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-copy.d-participant::after {
  content: "\e205";
}

.f-twbs .glyphicon-paste:before, .f-twbs .c-brackets .d-match > .glyphicon-paste.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-paste.d-participant::after {
  content: "\e206";
}

.f-twbs .glyphicon-alert:before, .f-twbs .c-brackets .d-match > .glyphicon-alert.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-alert.d-participant::after {
  content: "\e209";
}

.f-twbs .glyphicon-equalizer:before, .f-twbs .c-brackets .d-match > .glyphicon-equalizer.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-equalizer.d-participant::after {
  content: "\e210";
}

.f-twbs .glyphicon-king:before, .f-twbs .c-brackets .d-match > .glyphicon-king.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-king.d-participant::after {
  content: "\e211";
}

.f-twbs .glyphicon-queen:before, .f-twbs .c-brackets .d-match > .glyphicon-queen.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-queen.d-participant::after {
  content: "\e212";
}

.f-twbs .glyphicon-pawn:before, .f-twbs .c-brackets .d-match > .glyphicon-pawn.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-pawn.d-participant::after {
  content: "\e213";
}

.f-twbs .glyphicon-bishop:before, .f-twbs .c-brackets .d-match > .glyphicon-bishop.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bishop.d-participant::after {
  content: "\e214";
}

.f-twbs .glyphicon-knight:before, .f-twbs .c-brackets .d-match > .glyphicon-knight.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-knight.d-participant::after {
  content: "\e215";
}

.f-twbs .glyphicon-baby-formula:before, .f-twbs .c-brackets .d-match > .glyphicon-baby-formula.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-baby-formula.d-participant::after {
  content: "\e216";
}

.f-twbs .glyphicon-tent:before, .f-twbs .c-brackets .d-match > .glyphicon-tent.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-tent.d-participant::after {
  content: "⛺";
}

.f-twbs .glyphicon-blackboard:before, .f-twbs .c-brackets .d-match > .glyphicon-blackboard.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-blackboard.d-participant::after {
  content: "\e218";
}

.f-twbs .glyphicon-bed:before, .f-twbs .c-brackets .d-match > .glyphicon-bed.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bed.d-participant::after {
  content: "\e219";
}

.f-twbs .glyphicon-apple:before, .f-twbs .c-brackets .d-match > .glyphicon-apple.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-apple.d-participant::after {
  content: "\f8ff";
}

.f-twbs .glyphicon-erase:before, .f-twbs .c-brackets .d-match > .glyphicon-erase.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-erase.d-participant::after {
  content: "\e221";
}

.f-twbs .glyphicon-hourglass:before, .f-twbs .c-brackets .d-match > .glyphicon-hourglass.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-hourglass.d-participant::after {
  content: "⌛";
}

.f-twbs .glyphicon-lamp:before, .f-twbs .c-brackets .d-match > .glyphicon-lamp.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-lamp.d-participant::after {
  content: "\e223";
}

.f-twbs .glyphicon-duplicate:before, .f-twbs .c-brackets .d-match > .glyphicon-duplicate.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-duplicate.d-participant::after {
  content: "\e224";
}

.f-twbs .glyphicon-piggy-bank:before, .f-twbs .c-brackets .d-match > .glyphicon-piggy-bank.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-piggy-bank.d-participant::after {
  content: "\e225";
}

.f-twbs .glyphicon-scissors:before, .f-twbs .c-brackets .d-match > .glyphicon-scissors.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-scissors.d-participant::after {
  content: "\e226";
}

.f-twbs .glyphicon-bitcoin:before, .f-twbs .c-brackets .d-match > .glyphicon-bitcoin.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-bitcoin.d-participant::after {
  content: "\e227";
}

.f-twbs .glyphicon-btc:before, .f-twbs .c-brackets .d-match > .glyphicon-btc.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-btc.d-participant::after {
  content: "\e227";
}

.f-twbs .glyphicon-xbt:before, .f-twbs .c-brackets .d-match > .glyphicon-xbt.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-xbt.d-participant::after {
  content: "\e227";
}

.f-twbs .glyphicon-yen:before, .f-twbs .c-brackets .d-match > .glyphicon-yen.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-yen.d-participant::after {
  content: "¥";
}

.f-twbs .glyphicon-jpy:before, .f-twbs .c-brackets .d-match > .glyphicon-jpy.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-jpy.d-participant::after {
  content: "¥";
}

.f-twbs .glyphicon-ruble:before, .f-twbs .c-brackets .d-match > .glyphicon-ruble.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ruble.d-participant::after {
  content: "₽";
}

.f-twbs .glyphicon-rub:before, .f-twbs .c-brackets .d-match > .glyphicon-rub.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-rub.d-participant::after {
  content: "₽";
}

.f-twbs .glyphicon-scale:before, .f-twbs .c-brackets .d-match > .glyphicon-scale.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-scale.d-participant::after {
  content: "\e230";
}

.f-twbs .glyphicon-ice-lolly:before, .f-twbs .c-brackets .d-match > .glyphicon-ice-lolly.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ice-lolly.d-participant::after {
  content: "\e231";
}

.f-twbs .glyphicon-ice-lolly-tasted:before, .f-twbs .c-brackets .d-match > .glyphicon-ice-lolly-tasted.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-ice-lolly-tasted.d-participant::after {
  content: "\e232";
}

.f-twbs .glyphicon-education:before, .f-twbs .c-brackets .d-match > .glyphicon-education.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-education.d-participant::after {
  content: "\e233";
}

.f-twbs .glyphicon-option-horizontal:before, .f-twbs .c-brackets .d-match > .glyphicon-option-horizontal.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-option-horizontal.d-participant::after {
  content: "\e234";
}

.f-twbs .glyphicon-option-vertical:before, .f-twbs .c-brackets .d-match > .glyphicon-option-vertical.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-option-vertical.d-participant::after {
  content: "\e235";
}

.f-twbs .glyphicon-menu-hamburger:before, .f-twbs .c-brackets .d-match > .glyphicon-menu-hamburger.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-menu-hamburger.d-participant::after {
  content: "\e236";
}

.f-twbs .glyphicon-modal-window:before, .f-twbs .c-brackets .d-match > .glyphicon-modal-window.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-modal-window.d-participant::after {
  content: "\e237";
}

.f-twbs .glyphicon-oil:before, .f-twbs .c-brackets .d-match > .glyphicon-oil.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-oil.d-participant::after {
  content: "\e238";
}

.f-twbs .glyphicon-grain:before, .f-twbs .c-brackets .d-match > .glyphicon-grain.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-grain.d-participant::after {
  content: "\e239";
}

.f-twbs .glyphicon-sunglasses:before, .f-twbs .c-brackets .d-match > .glyphicon-sunglasses.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-sunglasses.d-participant::after {
  content: "\e240";
}

.f-twbs .glyphicon-text-size:before, .f-twbs .c-brackets .d-match > .glyphicon-text-size.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-text-size.d-participant::after {
  content: "\e241";
}

.f-twbs .glyphicon-text-color:before, .f-twbs .c-brackets .d-match > .glyphicon-text-color.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-text-color.d-participant::after {
  content: "\e242";
}

.f-twbs .glyphicon-text-background:before, .f-twbs .c-brackets .d-match > .glyphicon-text-background.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-text-background.d-participant::after {
  content: "\e243";
}

.f-twbs .glyphicon-object-align-top:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-top.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-top.d-participant::after {
  content: "\e244";
}

.f-twbs .glyphicon-object-align-bottom:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-bottom.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-bottom.d-participant::after {
  content: "\e245";
}

.f-twbs .glyphicon-object-align-horizontal:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-horizontal.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-horizontal.d-participant::after {
  content: "\e246";
}

.f-twbs .glyphicon-object-align-left:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-left.d-participant::after {
  content: "\e247";
}

.f-twbs .glyphicon-object-align-vertical:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-vertical.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-vertical.d-participant::after {
  content: "\e248";
}

.f-twbs .glyphicon-object-align-right:before, .f-twbs .c-brackets .d-match > .glyphicon-object-align-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-object-align-right.d-participant::after {
  content: "\e249";
}

.f-twbs .glyphicon-triangle-right:before, .f-twbs .c-brackets .d-match > .glyphicon-triangle-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-triangle-right.d-participant::after {
  content: "\e250";
}

.f-twbs .glyphicon-triangle-left:before, .f-twbs .c-brackets .d-match > .glyphicon-triangle-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-triangle-left.d-participant::after {
  content: "\e251";
}

.f-twbs .glyphicon-triangle-bottom:before, .f-twbs .c-brackets .d-match > .glyphicon-triangle-bottom.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-triangle-bottom.d-participant::after {
  content: "\e252";
}

.f-twbs .glyphicon-triangle-top:before, .f-twbs .c-brackets .d-match > .glyphicon-triangle-top.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-triangle-top.d-participant::after {
  content: "\e253";
}

.f-twbs .glyphicon-console:before, .f-twbs .c-brackets .d-match > .glyphicon-console.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-console.d-participant::after {
  content: "\e254";
}

.f-twbs .glyphicon-superscript:before, .f-twbs .c-brackets .d-match > .glyphicon-superscript.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-superscript.d-participant::after {
  content: "\e255";
}

.f-twbs .glyphicon-subscript:before, .f-twbs .c-brackets .d-match > .glyphicon-subscript.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-subscript.d-participant::after {
  content: "\e256";
}

.f-twbs .glyphicon-menu-left:before, .f-twbs .c-brackets .d-match > .glyphicon-menu-left.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-menu-left.d-participant::after {
  content: "\e257";
}

.f-twbs .glyphicon-menu-right:before, .f-twbs .c-brackets .d-match > .glyphicon-menu-right.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-menu-right.d-participant::after {
  content: "\e258";
}

.f-twbs .glyphicon-menu-down:before, .f-twbs .c-brackets .d-match > .glyphicon-menu-down.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-menu-down.d-participant::after {
  content: "\e259";
}

.f-twbs .glyphicon-menu-up:before, .f-twbs .c-brackets .d-match > .glyphicon-menu-up.d-participant::after, .c-brackets .f-twbs .d-match > .glyphicon-menu-up.d-participant::after {
  content: "\e260";
}

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

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

.f-twbs [role=button] {
  cursor: pointer;
}

.f-twbs .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .f-twbs .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .f-twbs .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .f-twbs .container {
    width: 1170px;
  }
}
.f-twbs .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.f-twbs .row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

.f-twbs .col-xs-11 {
  width: 91.66666667%;
}

.f-twbs .col-xs-10 {
  width: 83.33333333%;
}

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

.f-twbs .col-xs-8 {
  width: 66.66666667%;
}

.f-twbs .col-xs-7 {
  width: 58.33333333%;
}

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

.f-twbs .col-xs-5 {
  width: 41.66666667%;
}

.f-twbs .col-xs-4 {
  width: 33.33333333%;
}

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

.f-twbs .col-xs-2 {
  width: 16.66666667%;
}

.f-twbs .col-xs-1 {
  width: 8.33333333%;
}

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

.f-twbs .col-xs-pull-11 {
  right: 91.66666667%;
}

.f-twbs .col-xs-pull-10 {
  right: 83.33333333%;
}

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

.f-twbs .col-xs-pull-8 {
  right: 66.66666667%;
}

.f-twbs .col-xs-pull-7 {
  right: 58.33333333%;
}

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

.f-twbs .col-xs-pull-5 {
  right: 41.66666667%;
}

.f-twbs .col-xs-pull-4 {
  right: 33.33333333%;
}

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

.f-twbs .col-xs-pull-2 {
  right: 16.66666667%;
}

.f-twbs .col-xs-pull-1 {
  right: 8.33333333%;
}

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

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

.f-twbs .col-xs-push-11 {
  left: 91.66666667%;
}

.f-twbs .col-xs-push-10 {
  left: 83.33333333%;
}

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

.f-twbs .col-xs-push-8 {
  left: 66.66666667%;
}

.f-twbs .col-xs-push-7 {
  left: 58.33333333%;
}

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

.f-twbs .col-xs-push-5 {
  left: 41.66666667%;
}

.f-twbs .col-xs-push-4 {
  left: 33.33333333%;
}

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

.f-twbs .col-xs-push-2 {
  left: 16.66666667%;
}

.f-twbs .col-xs-push-1 {
  left: 8.33333333%;
}

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

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

.f-twbs .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.f-twbs .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.f-twbs .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.f-twbs .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.f-twbs .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.f-twbs .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.f-twbs .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.f-twbs .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

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

@media (min-width: 768px) {
  .f-twbs .col-sm-1,
  .f-twbs .col-sm-2,
  .f-twbs .col-sm-3,
  .f-twbs .col-sm-4,
  .f-twbs .col-sm-5,
  .f-twbs .col-sm-6,
  .f-twbs .col-sm-7,
  .f-twbs .col-sm-8,
  .f-twbs .col-sm-9,
  .f-twbs .col-sm-10,
  .f-twbs .col-sm-11,
  .f-twbs .col-sm-12 {
    float: left;
  }
  .f-twbs .col-sm-12 {
    width: 100%;
  }
  .f-twbs .col-sm-11 {
    width: 91.66666667%;
  }
  .f-twbs .col-sm-10 {
    width: 83.33333333%;
  }
  .f-twbs .col-sm-9 {
    width: 75%;
  }
  .f-twbs .col-sm-8 {
    width: 66.66666667%;
  }
  .f-twbs .col-sm-7 {
    width: 58.33333333%;
  }
  .f-twbs .col-sm-6 {
    width: 50%;
  }
  .f-twbs .col-sm-5 {
    width: 41.66666667%;
  }
  .f-twbs .col-sm-4 {
    width: 33.33333333%;
  }
  .f-twbs .col-sm-3 {
    width: 25%;
  }
  .f-twbs .col-sm-2 {
    width: 16.66666667%;
  }
  .f-twbs .col-sm-1 {
    width: 8.33333333%;
  }
  .f-twbs .col-sm-pull-12 {
    right: 100%;
  }
  .f-twbs .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .f-twbs .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .f-twbs .col-sm-pull-9 {
    right: 75%;
  }
  .f-twbs .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .f-twbs .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .f-twbs .col-sm-pull-6 {
    right: 50%;
  }
  .f-twbs .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .f-twbs .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .f-twbs .col-sm-pull-3 {
    right: 25%;
  }
  .f-twbs .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .f-twbs .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .f-twbs .col-sm-pull-0 {
    right: auto;
  }
  .f-twbs .col-sm-push-12 {
    left: 100%;
  }
  .f-twbs .col-sm-push-11 {
    left: 91.66666667%;
  }
  .f-twbs .col-sm-push-10 {
    left: 83.33333333%;
  }
  .f-twbs .col-sm-push-9 {
    left: 75%;
  }
  .f-twbs .col-sm-push-8 {
    left: 66.66666667%;
  }
  .f-twbs .col-sm-push-7 {
    left: 58.33333333%;
  }
  .f-twbs .col-sm-push-6 {
    left: 50%;
  }
  .f-twbs .col-sm-push-5 {
    left: 41.66666667%;
  }
  .f-twbs .col-sm-push-4 {
    left: 33.33333333%;
  }
  .f-twbs .col-sm-push-3 {
    left: 25%;
  }
  .f-twbs .col-sm-push-2 {
    left: 16.66666667%;
  }
  .f-twbs .col-sm-push-1 {
    left: 8.33333333%;
  }
  .f-twbs .col-sm-push-0 {
    left: auto;
  }
  .f-twbs .col-sm-offset-12 {
    margin-left: 100%;
  }
  .f-twbs .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-twbs .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-twbs .col-sm-offset-9 {
    margin-left: 75%;
  }
  .f-twbs .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-twbs .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-twbs .col-sm-offset-6 {
    margin-left: 50%;
  }
  .f-twbs .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-twbs .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-twbs .col-sm-offset-3 {
    margin-left: 25%;
  }
  .f-twbs .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-twbs .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-twbs .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .f-twbs .col-md-1,
  .f-twbs .col-md-2,
  .f-twbs .col-md-3,
  .f-twbs .col-md-4,
  .f-twbs .col-md-5,
  .f-twbs .col-md-6,
  .f-twbs .col-md-7,
  .f-twbs .col-md-8,
  .f-twbs .col-md-9,
  .f-twbs .col-md-10,
  .f-twbs .col-md-11,
  .f-twbs .col-md-12 {
    float: left;
  }
  .f-twbs .col-md-12 {
    width: 100%;
  }
  .f-twbs .col-md-11 {
    width: 91.66666667%;
  }
  .f-twbs .col-md-10 {
    width: 83.33333333%;
  }
  .f-twbs .col-md-9 {
    width: 75%;
  }
  .f-twbs .col-md-8 {
    width: 66.66666667%;
  }
  .f-twbs .col-md-7 {
    width: 58.33333333%;
  }
  .f-twbs .col-md-6 {
    width: 50%;
  }
  .f-twbs .col-md-5 {
    width: 41.66666667%;
  }
  .f-twbs .col-md-4 {
    width: 33.33333333%;
  }
  .f-twbs .col-md-3 {
    width: 25%;
  }
  .f-twbs .col-md-2 {
    width: 16.66666667%;
  }
  .f-twbs .col-md-1 {
    width: 8.33333333%;
  }
  .f-twbs .col-md-pull-12 {
    right: 100%;
  }
  .f-twbs .col-md-pull-11 {
    right: 91.66666667%;
  }
  .f-twbs .col-md-pull-10 {
    right: 83.33333333%;
  }
  .f-twbs .col-md-pull-9 {
    right: 75%;
  }
  .f-twbs .col-md-pull-8 {
    right: 66.66666667%;
  }
  .f-twbs .col-md-pull-7 {
    right: 58.33333333%;
  }
  .f-twbs .col-md-pull-6 {
    right: 50%;
  }
  .f-twbs .col-md-pull-5 {
    right: 41.66666667%;
  }
  .f-twbs .col-md-pull-4 {
    right: 33.33333333%;
  }
  .f-twbs .col-md-pull-3 {
    right: 25%;
  }
  .f-twbs .col-md-pull-2 {
    right: 16.66666667%;
  }
  .f-twbs .col-md-pull-1 {
    right: 8.33333333%;
  }
  .f-twbs .col-md-pull-0 {
    right: auto;
  }
  .f-twbs .col-md-push-12 {
    left: 100%;
  }
  .f-twbs .col-md-push-11 {
    left: 91.66666667%;
  }
  .f-twbs .col-md-push-10 {
    left: 83.33333333%;
  }
  .f-twbs .col-md-push-9 {
    left: 75%;
  }
  .f-twbs .col-md-push-8 {
    left: 66.66666667%;
  }
  .f-twbs .col-md-push-7 {
    left: 58.33333333%;
  }
  .f-twbs .col-md-push-6 {
    left: 50%;
  }
  .f-twbs .col-md-push-5 {
    left: 41.66666667%;
  }
  .f-twbs .col-md-push-4 {
    left: 33.33333333%;
  }
  .f-twbs .col-md-push-3 {
    left: 25%;
  }
  .f-twbs .col-md-push-2 {
    left: 16.66666667%;
  }
  .f-twbs .col-md-push-1 {
    left: 8.33333333%;
  }
  .f-twbs .col-md-push-0 {
    left: auto;
  }
  .f-twbs .col-md-offset-12 {
    margin-left: 100%;
  }
  .f-twbs .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-twbs .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-twbs .col-md-offset-9 {
    margin-left: 75%;
  }
  .f-twbs .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-twbs .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-twbs .col-md-offset-6 {
    margin-left: 50%;
  }
  .f-twbs .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-twbs .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-twbs .col-md-offset-3 {
    margin-left: 25%;
  }
  .f-twbs .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-twbs .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-twbs .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .f-twbs .col-lg-1,
  .f-twbs .col-lg-2,
  .f-twbs .col-lg-3,
  .f-twbs .col-lg-4,
  .f-twbs .col-lg-5,
  .f-twbs .col-lg-6,
  .f-twbs .col-lg-7,
  .f-twbs .col-lg-8,
  .f-twbs .col-lg-9,
  .f-twbs .col-lg-10,
  .f-twbs .col-lg-11,
  .f-twbs .col-lg-12 {
    float: left;
  }
  .f-twbs .col-lg-12 {
    width: 100%;
  }
  .f-twbs .col-lg-11 {
    width: 91.66666667%;
  }
  .f-twbs .col-lg-10 {
    width: 83.33333333%;
  }
  .f-twbs .col-lg-9 {
    width: 75%;
  }
  .f-twbs .col-lg-8 {
    width: 66.66666667%;
  }
  .f-twbs .col-lg-7 {
    width: 58.33333333%;
  }
  .f-twbs .col-lg-6 {
    width: 50%;
  }
  .f-twbs .col-lg-5 {
    width: 41.66666667%;
  }
  .f-twbs .col-lg-4 {
    width: 33.33333333%;
  }
  .f-twbs .col-lg-3 {
    width: 25%;
  }
  .f-twbs .col-lg-2 {
    width: 16.66666667%;
  }
  .f-twbs .col-lg-1 {
    width: 8.33333333%;
  }
  .f-twbs .col-lg-pull-12 {
    right: 100%;
  }
  .f-twbs .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .f-twbs .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .f-twbs .col-lg-pull-9 {
    right: 75%;
  }
  .f-twbs .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .f-twbs .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .f-twbs .col-lg-pull-6 {
    right: 50%;
  }
  .f-twbs .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .f-twbs .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .f-twbs .col-lg-pull-3 {
    right: 25%;
  }
  .f-twbs .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .f-twbs .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .f-twbs .col-lg-pull-0 {
    right: auto;
  }
  .f-twbs .col-lg-push-12 {
    left: 100%;
  }
  .f-twbs .col-lg-push-11 {
    left: 91.66666667%;
  }
  .f-twbs .col-lg-push-10 {
    left: 83.33333333%;
  }
  .f-twbs .col-lg-push-9 {
    left: 75%;
  }
  .f-twbs .col-lg-push-8 {
    left: 66.66666667%;
  }
  .f-twbs .col-lg-push-7 {
    left: 58.33333333%;
  }
  .f-twbs .col-lg-push-6 {
    left: 50%;
  }
  .f-twbs .col-lg-push-5 {
    left: 41.66666667%;
  }
  .f-twbs .col-lg-push-4 {
    left: 33.33333333%;
  }
  .f-twbs .col-lg-push-3 {
    left: 25%;
  }
  .f-twbs .col-lg-push-2 {
    left: 16.66666667%;
  }
  .f-twbs .col-lg-push-1 {
    left: 8.33333333%;
  }
  .f-twbs .col-lg-push-0 {
    left: auto;
  }
  .f-twbs .col-lg-offset-12 {
    margin-left: 100%;
  }
  .f-twbs .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-twbs .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-twbs .col-lg-offset-9 {
    margin-left: 75%;
  }
  .f-twbs .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-twbs .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-twbs .col-lg-offset-6 {
    margin-left: 50%;
  }
  .f-twbs .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-twbs .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-twbs .col-lg-offset-3 {
    margin-left: 25%;
  }
  .f-twbs .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-twbs .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-twbs .col-lg-offset-0 {
    margin-left: 0;
  }
}
.f-twbs table {
  background-color: transparent;
}

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

.f-twbs th {
  text-align: left;
}

.f-twbs .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.f-twbs .table > thead > tr > th,
.f-twbs .table > tbody > tr > th,
.f-twbs .table > tfoot > tr > th,
.f-twbs .table > thead > tr > td,
.f-twbs .table > tbody > tr > td,
.f-twbs .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.f-twbs .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.f-twbs .table > caption + thead > tr:first-child > th,
.f-twbs .table > colgroup + thead > tr:first-child > th,
.f-twbs .table > thead:first-child > tr:first-child > th,
.f-twbs .table > caption + thead > tr:first-child > td,
.f-twbs .table > colgroup + thead > tr:first-child > td,
.f-twbs .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.f-twbs .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.f-twbs .table .table {
  background-color: #ffffff;
}

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

.f-twbs .table-bordered {
  border: 1px solid #dddddd;
}

.f-twbs .table-bordered > thead > tr > th,
.f-twbs .table-bordered > tbody > tr > th,
.f-twbs .table-bordered > tfoot > tr > th,
.f-twbs .table-bordered > thead > tr > td,
.f-twbs .table-bordered > tbody > tr > td,
.f-twbs .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.f-twbs .table-bordered > thead > tr > th,
.f-twbs .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-twbs .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

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

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

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

.f-twbs input[type=search] {
  box-sizing: border-box;
}

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

.f-twbs input[type=file] {
  display: block;
}

.f-twbs input[type=range] {
  display: block;
  width: 100%;
}

.f-twbs select[multiple],
.f-twbs select[size] {
  height: auto;
}

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

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

.f-twbs .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.f-twbs .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.f-twbs .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.f-twbs .form-control:-ms-input-placeholder {
  color: #999999;
}

.f-twbs .form-control::-webkit-input-placeholder {
  color: #999999;
}

.f-twbs .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.f-twbs .form-control[disabled],
.f-twbs .form-control[readonly],
.f-twbs fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.f-twbs .form-control[disabled],
.f-twbs fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.f-twbs textarea.form-control {
  height: auto;
}

.f-twbs input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .f-twbs input[type=date].form-control,
  .f-twbs input[type=time].form-control,
  .f-twbs input[type=datetime-local].form-control,
  .f-twbs input[type=month].form-control {
    line-height: 34px;
  }
  .f-twbs input[type=date].input-sm,
  .f-twbs input[type=time].input-sm,
  .f-twbs input[type=datetime-local].input-sm,
  .f-twbs input[type=month].input-sm,
  .f-twbs .input-group-sm input[type=date],
  .f-twbs .input-group-sm input[type=time],
  .f-twbs .input-group-sm input[type=datetime-local],
  .f-twbs .input-group-sm input[type=month] {
    line-height: 30px;
  }
  .f-twbs input[type=date].input-lg,
  .f-twbs input[type=time].input-lg,
  .f-twbs input[type=datetime-local].input-lg,
  .f-twbs input[type=month].input-lg,
  .f-twbs .input-group-lg input[type=date],
  .f-twbs .input-group-lg input[type=time],
  .f-twbs .input-group-lg input[type=datetime-local],
  .f-twbs .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.f-twbs .form-group {
  margin-bottom: 15px;
}

.f-twbs .radio,
.f-twbs .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.f-twbs .radio label,
.f-twbs .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

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

.f-twbs .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.f-twbs .form-control-static.input-lg,
.f-twbs .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.f-twbs .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.f-twbs select.input-sm {
  height: 30px;
  line-height: 30px;
}

.f-twbs textarea.input-sm,
.f-twbs select[multiple].input-sm {
  height: auto;
}

.f-twbs .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.f-twbs .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.f-twbs .form-group-sm textarea.form-control,
.f-twbs .form-group-sm select[multiple].form-control {
  height: auto;
}

.f-twbs .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.f-twbs .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.f-twbs select.input-lg {
  height: 46px;
  line-height: 46px;
}

.f-twbs textarea.input-lg,
.f-twbs select[multiple].input-lg {
  height: auto;
}

.f-twbs .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.f-twbs .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.f-twbs .form-group-lg textarea.form-control,
.f-twbs .form-group-lg select[multiple].form-control {
  height: auto;
}

.f-twbs .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.f-twbs .has-feedback {
  position: relative;
}

.f-twbs .has-feedback .form-control {
  padding-right: 42.5px;
}

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

.f-twbs .input-lg + .form-control-feedback,
.f-twbs .input-group-lg + .form-control-feedback,
.f-twbs .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.f-twbs .input-sm + .form-control-feedback,
.f-twbs .input-group-sm + .form-control-feedback,
.f-twbs .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.f-twbs .has-success .help-block,
.f-twbs .has-success .control-label,
.f-twbs .has-success .radio,
.f-twbs .has-success .checkbox,
.f-twbs .has-success .radio-inline,
.f-twbs .has-success .checkbox-inline,
.f-twbs .has-success.radio label,
.f-twbs .has-success.checkbox label,
.f-twbs .has-success.radio-inline label,
.f-twbs .has-success.checkbox-inline label {
  color: #3c763d;
}

.f-twbs .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.f-twbs .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.f-twbs .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.f-twbs .has-success .form-control-feedback {
  color: #3c763d;
}

.f-twbs .has-warning .help-block,
.f-twbs .has-warning .control-label,
.f-twbs .has-warning .radio,
.f-twbs .has-warning .checkbox,
.f-twbs .has-warning .radio-inline,
.f-twbs .has-warning .checkbox-inline,
.f-twbs .has-warning.radio label,
.f-twbs .has-warning.checkbox label,
.f-twbs .has-warning.radio-inline label,
.f-twbs .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.f-twbs .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.f-twbs .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.f-twbs .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.f-twbs .has-warning .form-control-feedback {
  color: #8a6d3b;
}

.f-twbs .has-error .help-block,
.f-twbs .has-error .control-label,
.f-twbs .has-error .radio,
.f-twbs .has-error .checkbox,
.f-twbs .has-error .radio-inline,
.f-twbs .has-error .checkbox-inline,
.f-twbs .has-error.radio label,
.f-twbs .has-error.checkbox label,
.f-twbs .has-error.radio-inline label,
.f-twbs .has-error.checkbox-inline label {
  color: #a94442;
}

.f-twbs .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.f-twbs .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.f-twbs .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.f-twbs .has-error .form-control-feedback {
  color: #a94442;
}

.f-twbs .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

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

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

@media (min-width: 768px) {
  .f-twbs .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .f-twbs .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .f-twbs .form-inline .form-control-static {
    display: inline-block;
  }
  .f-twbs .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .f-twbs .form-inline .input-group .input-group-addon,
  .f-twbs .form-inline .input-group .input-group-btn,
  .f-twbs .form-inline .input-group .form-control {
    width: auto;
  }
  .f-twbs .form-inline .input-group > .form-control {
    width: 100%;
  }
  .f-twbs .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .f-twbs .form-inline .radio,
  .f-twbs .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .f-twbs .form-inline .radio label,
  .f-twbs .form-inline .checkbox label {
    padding-left: 0;
  }
  .f-twbs .form-inline .radio input[type=radio],
  .f-twbs .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .f-twbs .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.f-twbs .form-horizontal .radio,
.f-twbs .form-horizontal .checkbox,
.f-twbs .form-horizontal .radio-inline,
.f-twbs .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.f-twbs .form-horizontal .radio,
.f-twbs .form-horizontal .checkbox {
  min-height: 27px;
}

.f-twbs .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

@media (min-width: 768px) {
  .f-twbs .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .f-twbs .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.f-twbs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-twbs .btn:focus,
.f-twbs .btn:active:focus,
.f-twbs .btn.active:focus,
.f-twbs .btn.focus,
.f-twbs .btn:active.focus,
.f-twbs .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.f-twbs .btn:hover,
.f-twbs .btn:focus,
.f-twbs .btn.focus {
  color: #333333;
  text-decoration: none;
}

.f-twbs .btn:active,
.f-twbs .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.f-twbs .btn.disabled,
.f-twbs .btn[disabled],
.f-twbs fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.f-twbs .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.f-twbs .btn-default:focus,
.f-twbs .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.f-twbs .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.f-twbs .btn-default:active,
.f-twbs .btn-default.active,
.f-twbs .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.f-twbs .btn-default:active:hover,
.f-twbs .btn-default.active:hover,
.f-twbs .open > .dropdown-toggle.btn-default:hover,
.f-twbs .btn-default:active:focus,
.f-twbs .btn-default.active:focus,
.f-twbs .open > .dropdown-toggle.btn-default:focus,
.f-twbs .btn-default:active.focus,
.f-twbs .btn-default.active.focus,
.f-twbs .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.f-twbs .btn-default:active,
.f-twbs .btn-default.active,
.f-twbs .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.f-twbs .btn-default.disabled:hover,
.f-twbs .btn-default[disabled]:hover,
.f-twbs fieldset[disabled] .btn-default:hover,
.f-twbs .btn-default.disabled:focus,
.f-twbs .btn-default[disabled]:focus,
.f-twbs fieldset[disabled] .btn-default:focus,
.f-twbs .btn-default.disabled.focus,
.f-twbs .btn-default[disabled].focus,
.f-twbs fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.f-twbs .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.f-twbs .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.f-twbs .btn-primary:focus,
.f-twbs .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.f-twbs .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.f-twbs .btn-primary:active,
.f-twbs .btn-primary.active,
.f-twbs .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.f-twbs .btn-primary:active:hover,
.f-twbs .btn-primary.active:hover,
.f-twbs .open > .dropdown-toggle.btn-primary:hover,
.f-twbs .btn-primary:active:focus,
.f-twbs .btn-primary.active:focus,
.f-twbs .open > .dropdown-toggle.btn-primary:focus,
.f-twbs .btn-primary:active.focus,
.f-twbs .btn-primary.active.focus,
.f-twbs .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.f-twbs .btn-primary:active,
.f-twbs .btn-primary.active,
.f-twbs .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.f-twbs .btn-primary.disabled:hover,
.f-twbs .btn-primary[disabled]:hover,
.f-twbs fieldset[disabled] .btn-primary:hover,
.f-twbs .btn-primary.disabled:focus,
.f-twbs .btn-primary[disabled]:focus,
.f-twbs fieldset[disabled] .btn-primary:focus,
.f-twbs .btn-primary.disabled.focus,
.f-twbs .btn-primary[disabled].focus,
.f-twbs fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.f-twbs .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.f-twbs .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.f-twbs .btn-success:focus,
.f-twbs .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

.f-twbs .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.f-twbs .btn-success:active,
.f-twbs .btn-success.active,
.f-twbs .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.f-twbs .btn-success:active:hover,
.f-twbs .btn-success.active:hover,
.f-twbs .open > .dropdown-toggle.btn-success:hover,
.f-twbs .btn-success:active:focus,
.f-twbs .btn-success.active:focus,
.f-twbs .open > .dropdown-toggle.btn-success:focus,
.f-twbs .btn-success:active.focus,
.f-twbs .btn-success.active.focus,
.f-twbs .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

.f-twbs .btn-success:active,
.f-twbs .btn-success.active,
.f-twbs .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.f-twbs .btn-success.disabled:hover,
.f-twbs .btn-success[disabled]:hover,
.f-twbs fieldset[disabled] .btn-success:hover,
.f-twbs .btn-success.disabled:focus,
.f-twbs .btn-success[disabled]:focus,
.f-twbs fieldset[disabled] .btn-success:focus,
.f-twbs .btn-success.disabled.focus,
.f-twbs .btn-success[disabled].focus,
.f-twbs fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.f-twbs .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.f-twbs .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.f-twbs .btn-info:focus,
.f-twbs .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.f-twbs .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.f-twbs .btn-info:active,
.f-twbs .btn-info.active,
.f-twbs .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.f-twbs .btn-info:active:hover,
.f-twbs .btn-info.active:hover,
.f-twbs .open > .dropdown-toggle.btn-info:hover,
.f-twbs .btn-info:active:focus,
.f-twbs .btn-info.active:focus,
.f-twbs .open > .dropdown-toggle.btn-info:focus,
.f-twbs .btn-info:active.focus,
.f-twbs .btn-info.active.focus,
.f-twbs .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.f-twbs .btn-info:active,
.f-twbs .btn-info.active,
.f-twbs .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.f-twbs .btn-info.disabled:hover,
.f-twbs .btn-info[disabled]:hover,
.f-twbs fieldset[disabled] .btn-info:hover,
.f-twbs .btn-info.disabled:focus,
.f-twbs .btn-info[disabled]:focus,
.f-twbs fieldset[disabled] .btn-info:focus,
.f-twbs .btn-info.disabled.focus,
.f-twbs .btn-info[disabled].focus,
.f-twbs fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.f-twbs .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.f-twbs .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.f-twbs .btn-warning:focus,
.f-twbs .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.f-twbs .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.f-twbs .btn-warning:active,
.f-twbs .btn-warning.active,
.f-twbs .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.f-twbs .btn-warning:active:hover,
.f-twbs .btn-warning.active:hover,
.f-twbs .open > .dropdown-toggle.btn-warning:hover,
.f-twbs .btn-warning:active:focus,
.f-twbs .btn-warning.active:focus,
.f-twbs .open > .dropdown-toggle.btn-warning:focus,
.f-twbs .btn-warning:active.focus,
.f-twbs .btn-warning.active.focus,
.f-twbs .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

.f-twbs .btn-warning:active,
.f-twbs .btn-warning.active,
.f-twbs .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.f-twbs .btn-warning.disabled:hover,
.f-twbs .btn-warning[disabled]:hover,
.f-twbs fieldset[disabled] .btn-warning:hover,
.f-twbs .btn-warning.disabled:focus,
.f-twbs .btn-warning[disabled]:focus,
.f-twbs fieldset[disabled] .btn-warning:focus,
.f-twbs .btn-warning.disabled.focus,
.f-twbs .btn-warning[disabled].focus,
.f-twbs fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.f-twbs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.f-twbs .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.f-twbs .btn-danger:focus,
.f-twbs .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}

.f-twbs .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.f-twbs .btn-danger:active,
.f-twbs .btn-danger.active,
.f-twbs .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.f-twbs .btn-danger:active:hover,
.f-twbs .btn-danger.active:hover,
.f-twbs .open > .dropdown-toggle.btn-danger:hover,
.f-twbs .btn-danger:active:focus,
.f-twbs .btn-danger.active:focus,
.f-twbs .open > .dropdown-toggle.btn-danger:focus,
.f-twbs .btn-danger:active.focus,
.f-twbs .btn-danger.active.focus,
.f-twbs .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}

.f-twbs .btn-danger:active,
.f-twbs .btn-danger.active,
.f-twbs .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.f-twbs .btn-danger.disabled:hover,
.f-twbs .btn-danger[disabled]:hover,
.f-twbs fieldset[disabled] .btn-danger:hover,
.f-twbs .btn-danger.disabled:focus,
.f-twbs .btn-danger[disabled]:focus,
.f-twbs fieldset[disabled] .btn-danger:focus,
.f-twbs .btn-danger.disabled.focus,
.f-twbs .btn-danger[disabled].focus,
.f-twbs fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.f-twbs .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.f-twbs .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.f-twbs .btn-link,
.f-twbs .btn-link:active,
.f-twbs .btn-link.active,
.f-twbs .btn-link[disabled],
.f-twbs fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.f-twbs .btn-link,
.f-twbs .btn-link:hover,
.f-twbs .btn-link:focus,
.f-twbs .btn-link:active {
  border-color: transparent;
}

.f-twbs .btn-link:hover,
.f-twbs .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.f-twbs .btn-link[disabled]:hover,
.f-twbs fieldset[disabled] .btn-link:hover,
.f-twbs .btn-link[disabled]:focus,
.f-twbs fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

.f-twbs .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.f-twbs .fade.in {
  opacity: 1;
}

.f-twbs .collapse {
  display: none;
}

.f-twbs .collapse.in {
  display: block;
}

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

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

.f-twbs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

.f-twbs .dropup,
.f-twbs .dropdown {
  position: relative;
}

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

.f-twbs .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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.f-twbs .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.f-twbs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

.f-twbs .open > .dropdown-menu {
  display: block;
}

.f-twbs .open > a {
  outline: 0;
}

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

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

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

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

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

.f-twbs .dropup .caret,
.f-twbs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.f-twbs .dropup .dropdown-menu,
.f-twbs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .f-twbs .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .f-twbs .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.f-twbs .btn-group,
.f-twbs .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.f-twbs .btn-group > .btn,
.f-twbs .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.f-twbs .btn-group > .btn:hover,
.f-twbs .btn-group-vertical > .btn:hover,
.f-twbs .btn-group > .btn:focus,
.f-twbs .btn-group-vertical > .btn:focus,
.f-twbs .btn-group > .btn:active,
.f-twbs .btn-group-vertical > .btn:active,
.f-twbs .btn-group > .btn.active,
.f-twbs .btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.f-twbs .btn-toolbar {
  margin-left: -5px;
}

.f-twbs .btn-toolbar .btn,
.f-twbs .btn-toolbar .btn-group,
.f-twbs .btn-toolbar .input-group {
  float: left;
}

.f-twbs .btn-toolbar > .btn,
.f-twbs .btn-toolbar > .btn-group,
.f-twbs .btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.f-twbs .btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.f-twbs .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.f-twbs .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.f-twbs .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.f-twbs .btn .caret {
  margin-left: 0;
}

.f-twbs .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.f-twbs .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.f-twbs .btn-group-vertical > .btn,
.f-twbs .btn-group-vertical > .btn-group,
.f-twbs .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.f-twbs .btn-group-vertical > .btn-group > .btn {
  float: none;
}

.f-twbs .btn-group-vertical > .btn + .btn,
.f-twbs .btn-group-vertical > .btn + .btn-group,
.f-twbs .btn-group-vertical > .btn-group + .btn,
.f-twbs .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

.f-twbs .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.f-twbs .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.f-twbs .btn-group-justified > .btn,
.f-twbs .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.f-twbs .btn-group-justified > .btn-group .btn {
  width: 100%;
}

.f-twbs .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.f-twbs [data-toggle=buttons] > .btn input[type=radio],
.f-twbs [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.f-twbs [data-toggle=buttons] > .btn input[type=checkbox],
.f-twbs [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.f-twbs .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.f-twbs .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.f-twbs .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.f-twbs .input-group .form-control:focus {
  z-index: 3;
}

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

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

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

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

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

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

.f-twbs .input-group-addon,
.f-twbs .input-group-btn,
.f-twbs .input-group .form-control {
  display: table-cell;
}

.f-twbs .input-group-addon:not(:first-child):not(:last-child),
.f-twbs .input-group-btn:not(:first-child):not(:last-child),
.f-twbs .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.f-twbs .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.f-twbs .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.f-twbs .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.f-twbs .input-group-addon input[type=radio],
.f-twbs .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.f-twbs .input-group .form-control:first-child,
.f-twbs .input-group-addon:first-child,
.f-twbs .input-group-btn:first-child > .btn,
.f-twbs .input-group-btn:first-child > .btn-group > .btn,
.f-twbs .input-group-btn:first-child > .dropdown-toggle,
.f-twbs .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.f-twbs .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.f-twbs .input-group-addon:first-child {
  border-right: 0;
}

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

.f-twbs .input-group-addon:last-child {
  border-left: 0;
}

.f-twbs .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.f-twbs .input-group-btn > .btn {
  position: relative;
}

.f-twbs .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.f-twbs .input-group-btn > .btn:hover,
.f-twbs .input-group-btn > .btn:focus,
.f-twbs .input-group-btn > .btn:active {
  z-index: 2;
}

.f-twbs .input-group-btn:first-child > .btn,
.f-twbs .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.f-twbs .input-group-btn:last-child > .btn,
.f-twbs .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.f-twbs .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.f-twbs .label:empty {
  display: none;
}

.f-twbs .btn .label {
  position: relative;
  top: -1px;
}

.f-twbs .label-default {
  background-color: #777777;
}

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

.f-twbs .label-primary {
  background-color: #337ab7;
}

.f-twbs .label-primary[href]:hover,
.f-twbs .label-primary[href]:focus {
  background-color: #286090;
}

.f-twbs .label-success {
  background-color: #5cb85c;
}

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

.f-twbs .label-info {
  background-color: #5bc0de;
}

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

.f-twbs .label-warning {
  background-color: #f0ad4e;
}

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

.f-twbs .label-danger {
  background-color: #d9534f;
}

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

.f-twbs .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.f-twbs .alert h4 {
  margin-top: 0;
  color: inherit;
}

.f-twbs .alert .alert-link {
  font-weight: bold;
}

.f-twbs .alert > p,
.f-twbs .alert > ul {
  margin-bottom: 0;
}

.f-twbs .alert > p + p {
  margin-top: 5px;
}

.f-twbs .alert-dismissable,
.f-twbs .alert-dismissible {
  padding-right: 35px;
}

.f-twbs .alert-dismissable .close,
.f-twbs .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.f-twbs .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.f-twbs .alert-success hr {
  border-top-color: #c9e2b3;
}

.f-twbs .alert-success .alert-link {
  color: #2b542c;
}

.f-twbs .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.f-twbs .alert-info hr {
  border-top-color: #a6e1ec;
}

.f-twbs .alert-info .alert-link {
  color: #245269;
}

.f-twbs .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.f-twbs .alert-warning hr {
  border-top-color: #f7e1b5;
}

.f-twbs .alert-warning .alert-link {
  color: #66512c;
}

.f-twbs .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.f-twbs .alert-danger hr {
  border-top-color: #e4b9c0;
}

.f-twbs .alert-danger .alert-link {
  color: #843534;
}

.f-twbs .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.f-twbs .close:hover,
.f-twbs .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.f-twbs .modal-open {
  overflow: hidden;
}

.f-twbs .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.f-twbs .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.f-twbs .modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

.f-twbs .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.f-twbs .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.f-twbs .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.f-twbs .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

.f-twbs .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.f-twbs .modal-body {
  position: relative;
  padding: 15px;
}
.f-twbs .modal-body.v-scrollable {
  overflow-y: scroll;
  margin: 1em auto;
}

.f-twbs .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.f-twbs .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.f-twbs .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.f-twbs .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.f-twbs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .f-twbs .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .f-twbs .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .f-twbs .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .f-twbs .modal-lg {
    width: 900px;
  }
}
.f-twbs .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.f-twbs .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.f-twbs .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.f-twbs .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.f-twbs .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.f-twbs .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.f-twbs .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.f-twbs .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

.f-twbs .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.f-twbs .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

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

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

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

.f-twbs .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.f-twbs .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.f-twbs .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  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.42857143;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.f-twbs .popover.top {
  margin-top: -10px;
}

.f-twbs .popover.right {
  margin-left: 10px;
}

.f-twbs .popover.bottom {
  margin-top: 10px;
}

.f-twbs .popover.left {
  margin-left: -10px;
}

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

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

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

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

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

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

.f-twbs .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.f-twbs .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);
}

.f-twbs .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

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

.f-twbs .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.f-twbs .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);
}

.f-twbs .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.f-twbs .clearfix:before, .f-twbs .c-brackets .d-match > .clearfix.d-participant::after, .c-brackets .f-twbs .d-match > .clearfix.d-participant::after,
.f-twbs .clearfix:after,
.f-twbs .container:before,
.f-twbs .c-brackets .d-match > .container.d-participant::after,
.c-brackets .f-twbs .d-match > .container.d-participant::after,
.f-twbs .container:after,
.f-twbs .container-fluid:before,
.f-twbs .c-brackets .d-match > .container-fluid.d-participant::after,
.c-brackets .f-twbs .d-match > .container-fluid.d-participant::after,
.f-twbs .container-fluid:after,
.f-twbs .row:before,
.f-twbs .c-brackets .d-match > .row.d-participant::after,
.c-brackets .f-twbs .d-match > .row.d-participant::after,
.f-twbs .row:after,
.f-twbs .form-horizontal .form-group:before,
.f-twbs .form-horizontal .form-group:after,
.f-twbs .btn-toolbar:before,
.f-twbs .c-brackets .d-match > .btn-toolbar.d-participant::after,
.c-brackets .f-twbs .d-match > .btn-toolbar.d-participant::after,
.f-twbs .btn-toolbar:after,
.f-twbs .btn-group-vertical > .btn-group:before,
.f-twbs .btn-group-vertical > .btn-group:after,
.f-twbs .modal-header:before,
.f-twbs .c-brackets .d-match > .modal-header.d-participant::after,
.c-brackets .f-twbs .d-match > .modal-header.d-participant::after,
.f-twbs .modal-header:after,
.f-twbs .modal-footer:before,
.f-twbs .c-brackets .d-match > .modal-footer.d-participant::after,
.c-brackets .f-twbs .d-match > .modal-footer.d-participant::after,
.f-twbs .modal-footer:after {
  content: " ";
  display: table;
}

.f-twbs .clearfix:after,
.f-twbs .container:after,
.f-twbs .container-fluid:after,
.f-twbs .row:after,
.f-twbs .form-horizontal .form-group:after,
.f-twbs .btn-toolbar:after,
.f-twbs .btn-group-vertical > .btn-group:after,
.f-twbs .modal-header:after,
.f-twbs .modal-footer:after {
  clear: both;
}

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

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

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

.f-twbs .hide {
  display: none !important;
}

.f-twbs .show {
  display: block !important;
}

.f-twbs .invisible {
  visibility: hidden;
}

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

.f-twbs .hidden {
  display: none !important;
}

.f-twbs .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.f-twbs .visible-xs,
.f-twbs .visible-sm,
.f-twbs .visible-md,
.f-twbs .visible-lg {
  display: none !important;
}

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

.f-twbs .pagination {
  height: 36px;
  margin: 18px 0;
}

.f-twbs .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.f-twbs .pagination li {
  display: inline;
}

.f-twbs .pagination a,
.f-twbs .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.f-twbs .pagination a:hover,
.f-twbs .pagination .active a {
  background-color: #f5f5f5;
}

.f-twbs .pagination .active a {
  color: #999999;
  cursor: default;
}

.f-twbs .pagination .disabled span,
.f-twbs .pagination .disabled a,
.f-twbs .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.f-twbs .pagination li:first-child a,
.f-twbs .pagination li:first-child span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.f-twbs .pagination li:last-child a,
.f-twbs .pagination li:last-child span {
  border-radius: 0 3px 3px 0;
}

.f-twbs .pagination-centered {
  text-align: center;
}

.f-twbs .pagination-right {
  text-align: right;
}

.f-twbs .pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.f-twbs .pager:before, .f-twbs .c-brackets .d-match > .pager.d-participant::after, .c-brackets .f-twbs .d-match > .pager.d-participant::after,
.f-twbs .pager:after {
  display: table;
  content: "";
}

.f-twbs .pager:after {
  clear: both;
}

.f-twbs .pager li {
  display: inline;
}

.f-twbs .pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.f-twbs .pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.f-twbs .pager .next a {
  float: right;
}

.f-twbs .pager .previous a {
  float: left;
}

.f-twbs .pager .disabled a,
.f-twbs .pager .disabled a:hover {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}

@media (max-width: 767px) {
  .f-twbs .visible-xs {
    display: block !important;
  }
  .f-twbs table.visible-xs {
    display: table !important;
  }
  .f-twbs tr.visible-xs {
    display: table-row !important;
  }
  .f-twbs th.visible-xs,
  .f-twbs td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .f-twbs .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .f-twbs .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .f-twbs .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-twbs .visible-sm {
    display: block !important;
  }
  .f-twbs table.visible-sm {
    display: table !important;
  }
  .f-twbs tr.visible-sm {
    display: table-row !important;
  }
  .f-twbs th.visible-sm,
  .f-twbs td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-twbs .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-twbs .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-twbs .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-twbs .visible-md {
    display: block !important;
  }
  .f-twbs table.visible-md {
    display: table !important;
  }
  .f-twbs tr.visible-md {
    display: table-row !important;
  }
  .f-twbs th.visible-md,
  .f-twbs td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-twbs .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-twbs .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-twbs .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .f-twbs .visible-lg {
    display: block !important;
  }
  .f-twbs table.visible-lg {
    display: table !important;
  }
  .f-twbs tr.visible-lg {
    display: table-row !important;
  }
  .f-twbs th.visible-lg,
  .f-twbs td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .f-twbs .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .f-twbs .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .f-twbs .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .f-twbs .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .f-twbs .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-twbs .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .f-twbs .hidden-lg {
    display: none !important;
  }
}
.f-twbs .visible-print {
  display: none !important;
}

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

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

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

@media print {
  .f-twbs .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .f-twbs .hidden-print {
    display: none !important;
  }
}
.datepicker {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.f-twbs {
  /* add sorting icons to gridview sort links */
}
.f-twbs a.asc:after,
.f-twbs a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
.f-twbs a.asc:after {
  content: "\e151";
}
.f-twbs a.desc:after {
  content: "\e152";
}
.f-twbs .sort-numerical a.asc:after {
  content: "\e153";
}
.f-twbs .sort-numerical a.desc:after {
  content: "\e154";
}
.f-twbs .sort-ordinal a.asc:after {
  content: "\e155";
}
.f-twbs .sort-ordinal a.desc:after {
  content: "\e156";
}

/**
 * @see /vendor/kartik-v/bootstrap-fileinput/css/fileinput.css
 */
.f-twbs {
  /* IE 10 fix */
}
.f-twbs .file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url("/images/loading.gif") top left no-repeat;
  border: none;
}
.f-twbs .file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.f-twbs .btn-file {
  position: relative;
  overflow: hidden;
}
.f-twbs .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.f-twbs .file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
}
.f-twbs .input-group-lg .file-caption-name {
  height: 25px;
}
.f-twbs .file-preview-detail-modal {
  text-align: left;
}
.f-twbs .file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.f-twbs .file-error-message pre, .f-twbs .file-error-message ul {
  margin: 0;
  text-align: left;
}
.f-twbs .file-error-message pre {
  margin: 5px 0;
}
.f-twbs .file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.f-twbs .file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.f-twbs .file-preview-frame {
  display: table;
  margin: 8px;
  height: 160px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
  vertical-align: middle;
}
.f-twbs .file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333;
}
.f-twbs .file-preview-image {
  height: 160px;
  vertical-align: middle;
}
.f-twbs .file-preview-text {
  text-align: left;
  width: 160px;
  margin-bottom: 2px;
  color: #428bca;
  background: #fff;
  overflow-x: hidden;
}
.f-twbs .file-preview-other {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  border: 2px solid #999;
  border-radius: 30px;
}
.f-twbs .file-preview-other:hover {
  opacity: 0.8;
}
.f-twbs .file-actions, .f-twbs .file-other-error {
  text-align: left;
}
.f-twbs .file-icon-lg {
  font-size: 1.2em;
}
.f-twbs .file-icon-2x {
  font-size: 2.4em;
}
.f-twbs .file-icon-4x {
  font-size: 4.8em;
}
.f-twbs .file-input-new .file-preview, .f-twbs .file-input-new .close, .f-twbs .file-input-new .glyphicon-file,
.f-twbs .file-input-new .fileinput-remove-button, .f-twbs .file-input-new .fileinput-upload-button,
.f-twbs .file-input-ajax-new .fileinput-remove-button, .f-twbs .file-input-ajax-new .fileinput-upload-button {
  display: none;
}
.f-twbs .file-thumb-loading {
  background: transparent url("../img/loading.gif") no-repeat scroll center center content-box !important;
}
.f-twbs .file-actions {
  margin-top: 15px;
}
.f-twbs .file-footer-buttons {
  float: right;
}
.f-twbs .file-upload-indicator {
  padding-top: 2px;
  cursor: default;
  opacity: 0.8;
  width: 60%;
}
.f-twbs .file-upload-indicator:hover {
  font-weight: bold;
  opacity: 1;
}
.f-twbs .file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto 10px auto;
}
.f-twbs .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.f-twbs .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.f-twbs .file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.f-twbs .file-drop-zone-title {
  color: #aaa;
  font-size: 40px;
  padding: 85px 10px;
}
.f-twbs .file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #f0f0f0;
}
.f-twbs .file-uploading {
  background: url("../img/loading-sm.gif") no-repeat center bottom 10px;
  opacity: 0.65;
}
.f-twbs .file-thumb-progress .progress, .f-twbs .file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.f-twbs .file-thumbnail-footer {
  position: relative;
}
.f-twbs .file-thumb-progress {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}
.f-twbs .btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}

.c-grid > .d-refresh-indicator {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.1);
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-grid.is-loading > .d-refresh-indicator {
  display: -ms-flexbox;
  display: flex;
}

#r-grid-wrapper .r-grid.editable tr input,
#r-grid-wrapper .r-grid.editable tr select {
  padding: 2px;
}
#r-grid-wrapper .change-grid-settings {
  cursor: pointer;
}
#r-grid-wrapper .popover .close-icon {
  cursor: pointer;
}
#r-grid-wrapper .r-grid {
  font-size: 13px;
  border-radius: 2px;
  background: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 10px #ebebeb;
}
#r-grid-wrapper .r-grid thead {
  background: #f3f3f3;
}
#r-grid-wrapper .r-grid thead tr td::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  content: " ";
  transform: translate(0, -50%);
  background: #eaeaea;
}
#r-grid-wrapper .r-grid thead .actionRow {
  font-weight: normal;
  text-align: left;
}
#r-grid-wrapper .r-grid thead .actionRow h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
#r-grid-wrapper .r-grid thead .actionRow h3.popover-title {
  background: #ffffff;
  font-size: 12px;
  margin: 0;
}
#r-grid-wrapper .r-grid thead .actionRow .note {
  clear: both;
  font-style: italic;
  font-size: 0.9em;
}
#r-grid-wrapper .r-grid thead .tile {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 90px;
  min-height: 50px;
  margin: 5px 0 0 0;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  text-decoration: none;
  color: black;
  -ms-flex-pack: center;
      justify-content: center;
}
#r-grid-wrapper .r-grid thead .tile .glyphicon {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#r-grid-wrapper .r-grid thead .tile:hover {
  transform: scale(1.05);
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#r-grid-wrapper .r-grid tr th {
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: 0;
}
#r-grid-wrapper .r-grid tr th::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  content: " ";
  transform: translate(0, -50%);
  background: #eaeaea;
}
#r-grid-wrapper .r-grid tr td {
  position: relative;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #eaeaea;
}
#r-grid-wrapper .r-grid tr td::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  content: " ";
  transform: translate(0, -50%);
  background: #eaeaea;
}
#r-grid-wrapper .r-grid tr .form-control {
  height: 24px;
  border-radius: 2px;
}
#r-grid-wrapper .r-grid tr .original-content {
  display: none;
}
#r-grid-wrapper .r-grid tr .action-column {
  min-width: 4em;
  text-align: center;
  vertical-align: middle;
}
#r-grid-wrapper .r-grid tr .action-column span.glyphicon {
  cursor: pointer;
}
#r-grid-wrapper .r-grid tr .custom-form-fields {
  display: none;
}
#r-grid-wrapper .r-grid tr input,
#r-grid-wrapper .r-grid tr select {
  padding: 6px 4px;
}
#r-grid-wrapper .r-grid tr.active > td {
  background: hsla(90, 100%, 40%, 0.2);
}
#r-grid-wrapper .r-grid tr.active .normal-state {
  display: none;
}
#r-grid-wrapper .r-grid tr:hover > td {
  background: hsla(38, 100%, 50%, 0.2);
}
#r-grid-wrapper .r-grid tr:not(.active) .active-state {
  display: none;
}
#r-grid-wrapper .d-pagination-container .pagination {
  margin: 0;
}
#r-grid-wrapper .d-pagination-container .input-group {
  width: 96px;
  display: inline-block;
  vertical-align: middle;
}
#r-grid-wrapper .d-pagination-container .jump-to-page {
  display: inline-block;
  width: 50px;
}
/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/** 
 * Created on : 2015.02.02., 18:15:12
 * Author     : Lajos Molnar <lajax.m@gmail.com>
 * FlagSprite : http://www.flag-sprites.com/
 */

.language-picker.large i {
	width: 25px;
	height: 15px;
    display:inline-block;
	background-image:url('../images/flags-large.png');
    background-repeat: no-repeat;
}




.language-picker.large i.ar-AR, .language-picker.large i.ar-AE, .language-picker.large i.ae , .language-picker.large i.ar {background-position: -25px 0}
.language-picker.large i.ps-AF, .language-picker.large i.ps {background-position: -50px 0}
.language-picker.large i.sq-AL, .language-picker.large i.sq {background-position: -75px 0}
.language-picker.large i.hy-AM, .language-picker.large i.hy {background-position: -100px 0}
.language-picker.large i.az-AZ, .language-picker.large i.az {background-position: -125px 0}
.language-picker.large i.bs-BA, .language-picker.large i.bs {background-position: -150px 0}
.language-picker.large i.bg-BG, .language-picker.large i.bg {background-position: -175px 0}
.language-picker.large i.pt-BR {background-position: 0 -15px}
.language-picker.large i.be-BY, .language-picker.large i.be {background-position: -25px -15px}
.language-picker.large i.en-CA, .language-picker.large i.fr-CA {background-position: -50px -15px}
.language-picker.large i.zh-CN, .language-picker.large i.zh {background-position: -75px -15px}
.language-picker.large i.cs-CZ, .language-picker.large i.cs {background-position: -100px -15px}
.language-picker.large i.de-DE, .language-picker.large i.de {background-position: -125px -15px}
.language-picker.large i.da-DK, .language-picker.large i.da {background-position: -150px -15px}
.language-picker.large i.et-EE, .language-picker.large i.et {background-position: -175px -15px}
.language-picker.large i.es-ES, .language-picker.large i.eu-ES, .language-picker.large i.ca-ES, .language-picker.large i.gl-ES, .language-picker.large i.es {background-position: 0 -30px}
.language-picker.large i.fi-FI, .language-picker.large i.fi {background-position: -25px -30px}
.language-picker.large i.fo-FO, .language-picker.large i.fo {background-position: -50px -30px}
.language-picker.large i.fr-FR, .language-picker.large i.fr {background-position: -75px -30px}
.language-picker.large i.en-UK, .language-picker.large i.en-GB, .language-picker.large i.cy-GB, .language-picker.large i.en-PI, .language-picker.large i.en-UD, .language-picker.large i.en {background-position: -100px -30px}
.language-picker.large i.ka-GE, .language-picker.large i.ka {background-position: -125px -30px}
.language-picker.large i.el-GR, .language-picker.large i.el {background-position: -150px -30px}
.language-picker.large i.zh-HK {background-position: -175px -30px}
.language-picker.large i.hr-HR, .language-picker.large i.hr {background-position: 0 -45px}
.language-picker.large i.hu-HU, .language-picker.large i.hu {background-position: -25px -45px}
.language-picker.large i.id-ID, .language-picker.large i.id {background-position: -50px -45px}
.language-picker.large i.ga-IE, .language-picker.large i.ga {background-position: -75px -45px}
.language-picker.large i.he-IL, .language-picker.large i.he {background-position: -100px -45px}
.language-picker.large i.pa-IN, .language-picker.large i.ta-IN, .language-picker.large i.te-IN, .language-picker.large i.hi-IN, .language-picker.large i.bn-IN, .language-picker.large i.ml-IN, .language-picker.large i.hi {background-position: -125px -45px}
.language-picker.large i.fa-IR, .language-picker.large i.fa {background-position: -150px -45px}
.language-picker.large i.is-IS, .language-picker.large i.is {background-position: -175px -45px}
.language-picker.large i.it-IT, .language-picker.large i.it {background-position: 0 -60px}
.language-picker.large i.ja-JP, .language-picker.large i.jp {background-position: -25px -60px}
.language-picker.large i.sw-KE, .language-picker.large i.sw {background-position: -50px -60px}
.language-picker.large i.km-KH, .language-picker.large i.km {background-position: -75px -60px}
.language-picker.large i.ko-KR, .language-picker.large i.ko {background-position: -100px -60px}
.language-picker.large i.es-LA {background-position: -125px -60px}
.language-picker.large i.fb-LT, .language-picker.large i.lt-LT, .language-picker.large i.lt {background-position: -150px -60px}
.language-picker.large i.lv-LV, .language-picker.large i.lv {background-position: -175px -60px}
.language-picker.large i.mk-MK, .language-picker.large i.mk {background-position: 0 -75px}
.language-picker.large i.ms-MY, .language-picker.large i.ms {background-position: -25px -75px}
.language-picker.large i.nl-NL, .language-picker.large i.fy-NL, .language-picker.large i.nl {background-position: -50px -75px}
.language-picker.large i.nn-NO, .language-picker.large i.nb-NO, .language-picker.large i.nb.flag.flag-no {background-position: -75px -75px}
.language-picker.large i.ne-NP, .language-picker.large i.ne {background-position: -100px -75px}
.language-picker.large i.tl-PH, .language-picker.large i.tl {background-position: -125px -75px}
.language-picker.large i.pl-PL, .language-picker.large i.pl {background-position: -150px -75px}
.language-picker.large i.pt-PT, .language-picker.large i.pt {background-position: -175px -75px}
.language-picker.large i.ro-RO, .language-picker.large i.ro {background-position: 0 -90px}
.language-picker.large i.sr-RS, .language-picker.large i.sr {background-position: -25px -90px}
.language-picker.large i.ru-RU, .language-picker.large i.ru {background-position: -50px -90px}
.language-picker.large i.sv-SE, .language-picker.large i.sv {background-position: -75px -90px}
.language-picker.large i.sl-SI, .language-picker.large i.sl {background-position: -100px -90px}
.language-picker.large i.sk-SK, .language-picker.large i.sk {background-position: -125px -90px}
.language-picker.large i.th-TH, .language-picker.large i.th {background-position: -150px -90px}
.language-picker.large i.tr-TR, .language-picker.large i.ku-TR, .language-picker.large i.tr {background-position: -175px -90px}
.language-picker.large i.zh-TW {background-position: 0 -105px}
.language-picker.large i.uk-UA, .language-picker.large i.uk {background-position: -25px -105px}
.language-picker.large i.en-US {background-position: -50px -105px}
.language-picker.large i.la-VA, .language-picker.large i.la {background-position: -75px -105px}
.language-picker.large i.vi-VN, .language-picker.large i.vi {background-position: -100px -105px}
.language-picker.large i.af-ZA, .language-picker.large i.af {background-position: -125px -105px}
.language-picker.large i.xx-XX {background-position: -175px -105px}
/** 
 * Created on : 2014.08.24., 5:26:26
 * Author     : Lajos Molnar <lajax.m@gmail.com>
 */

.language-picker {
    position:relative;
    display: inline-block;
}


.language-picker a {
    text-decoration:none;
}

.language-picker ul {
    list-style:none;
    margin:0;
    padding:3px 0 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    position:absolute;
    top:100%;
    z-index:100;
    white-space:nowrap;
    left:-5px;
}


.language-picker.dropdown-list ul {
    background:#fff;
}

.language-picker li {
    padding:5px;
    list-style:none;
}

.language-picker.small li {
    padding:2px 5px;
    list-style:none;
}

.language-picker.button-list i {
    margin: 0 2px 0 -2px;
}

.language-picker.button-list a {
    opacity:0.4;
    float:left;
    display:block;
    margin:0 4px;

}

.language-picker.button-list .active {
    opacity:1.0;
}

.language-picker.dropdown-list ul, .language-picker.dropup-list ul{
    display:none;
}

.language-picker.dropup-list ul {
    top: auto;
    bottom: 100%;
}

.language-picker.dropdown-list:hover ul, .language-picker.dropdown-list ul.active,
.language-picker.dropup-list:hover ul, .language-picker.dropup-list ul.active {
    display:block;
    background:#fff;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: -8px -8px 8px #aaaaaa;
}
#yii-debug-toolbar-logo{position:fixed;right:31px;bottom:4px}@media print{.yii-debug-toolbar{display:none !important}}.yii-debug-toolbar{font:11px Verdana, Arial, sans-serif;text-align:left;width:96px;transition:width .3s ease;z-index:1000000}.yii-debug-toolbar.yii-debug-toolbar_active:not(.yii-debug-toolbar_animating) .yii-debug-toolbar__bar{overflow:visible;-webkit-user-select:none;-ms-user-select:none;user-select:none}.yii-debug-toolbar.yii-debug-toolbar_iframe_active:not(.yii-debug-toolbar_animating) .yii-debug-toolbar__resize-handle{display:block;height:4px;cursor:ns-resize;margin-bottom:0;z-index:1000001;position:absolute;left:0;right:0}.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__bar,.yii-debug-toolbar.yii-debug-toolbar_animating .yii-debug-toolbar__bar{height:40px}.yii-debug-toolbar_active{width:100%}.yii-debug-toolbar_active .yii-debug-toolbar__toggle-icon{transform:rotate(0)}.yii-debug-toolbar_position_top{margin:0 0 20px 0;width:100%}.yii-debug-toolbar_position_bottom{position:fixed;right:0;bottom:0;margin:0}.yii-debug-toolbar__bar{position:relative;padding:0;font:11px Verdana, Arial, sans-serif;text-align:left;overflow:hidden;box-sizing:content-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;background:linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);border:1px solid rgba(0,0,0,0.11);direction:ltr}.yii-debug-toolbar__bar::after{content:'';display:table;clear:both}.yii-debug-toolbar__view{height:0;overflow:hidden;background:white}.yii-debug-toolbar__view iframe{margin:0;padding:10px 0 0;height:100%;width:100%;border:0}.yii-debug-toolbar_iframe_active .yii-debug-toolbar__view{height:100%}.yii-debug-toolbar_iframe_active .yii-debug-toolbar__toggle-icon{transform:rotate(90deg)}.yii-debug-toolbar_iframe_active .yii-debug-toolbar__external{display:block}.yii-debug-toolbar_iframe_animating .yii-debug-toolbar__view{transition:height .3s ease}.yii-debug-toolbar__block{margin:0;border-right:1px solid rgba(0,0,0,0.11);border-bottom:1px solid rgba(0,0,0,0.11);padding:4px 8px;line-height:32px;white-space:nowrap}@media (max-width: 767.98px){.yii-debug-toolbar__block{-ms-flex-positive:1;flex-grow:1;text-align:center}}.yii-debug-toolbar__block a{display:inline-block;text-decoration:none;color:black}.yii-debug-toolbar__block img{vertical-align:middle;width:30px;height:30px}.yii-debug-toolbar__block_active,.yii-debug-toolbar__ajax:hover{background:#f7f7f7;background:linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0)}.yii-debug-toolbar__label{display:inline-block;padding:2px 4px;font-size:12px;font-weight:normal;line-height:14px;white-space:nowrap;vertical-align:middle;max-width:100px;overflow-x:hidden;text-overflow:ellipsis;color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#737373;border-radius:3px}.yii-debug-toolbar__label:empty{display:none}a.yii-debug-toolbar__label:hover,a.yii-debug-toolbar__label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.yii-debug-toolbar__label_important,.yii-debug-toolbar__label_error{background-color:#b94a48}.yii-debug-toolbar__label_important[href]{background-color:#953b39}.yii-debug-toolbar__label_warning,.yii-debug-toolbar__badge_warning{background-color:#f89406}.yii-debug-toolbar__label_warning[href]{background-color:#c67605}.yii-debug-toolbar__label_success{background-color:#217822}.yii-debug-toolbar__label_success[href]{background-color:#356635}.yii-debug-toolbar__label_info{background-color:#0b72b8}.yii-debug-toolbar__label_info[href]{background-color:#2d6987}.yii-debug-toolbar__label_inverse,.yii-debug-toolbar__badge_inverse{background-color:#333333}.yii-debug-toolbar__label_inverse[href],.yii-debug-toolbar__badge_inverse[href]{background-color:#1a1a1a}.yii-debug-toolbar__title{background:#f7f7f7;background:linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0)}.yii-debug-toolbar__block_last{width:80px;height:40px;float:left}.yii-debug-toolbar__toggle,.yii-debug-toolbar__external{cursor:pointer;position:absolute;width:30px;height:30px;font-size:25px;font-weight:100;line-height:28px;color:#ffffff;text-align:center;opacity:0.5;filter:alpha(opacity=50);transition:opacity .3s ease}.yii-debug-toolbar__toggle:hover,.yii-debug-toolbar__toggle:focus,.yii-debug-toolbar__external:hover,.yii-debug-toolbar__external:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.yii-debug-toolbar__toggle-icon,.yii-debug-toolbar__external-icon{display:inline-block;background-position:50% 50%;background-repeat:no-repeat}.yii-debug-toolbar__toggle{right:10px;bottom:4px}.yii-debug-toolbar__toggle-icon{padding:7px 0;width:10px;height:16px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMTUuNTYzIDQwLjgzNmEuOTk3Ljk5NyAwIDAgMCAxLjQxNCAwbDE1LTE1YTEgMSAwIDAgMCAwLTEuNDE0bC0xNS0xNWExIDEgMCAwIDAtMS40MTQgMS40MTRMMjkuODU2IDI1LjEzIDE1LjU2MyAzOS40MmExIDEgMCAwIDAgMCAxLjQxNHoiLz48L3N2Zz4=");transition:transform .3s ease-out;transform:rotate(180deg)}.yii-debug-toolbar__external{display:none;right:50px;bottom:4px}.yii-debug-toolbar__external-icon{padding:8px 0;width:14px;height:14px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMzkuNjQyIDkuNzIyYTEuMDEgMS4wMSAwIDAgMC0uMzgyLS4wNzdIMjguMTAzYTEgMSAwIDAgMCAwIDJoOC43NDNMMjEuNyAyNi43OWExIDEgMCAwIDAgMS40MTQgMS40MTVMMzguMjYgMTMuMDZ2OC43NDNhMSAxIDAgMCAwIDIgMFYxMC42NDZhMS4wMDUgMS4wMDUgMCAwIDAtLjYxOC0uOTI0eiIvPjxwYXRoIGQ9Ik0zOS4yNiAyNy45ODVhMSAxIDAgMCAwLTEgMXYxMC42NmgtMjh2LTI4aDEwLjY4M2ExIDEgMCAwIDAgMC0ySDkuMjZhMSAxIDAgMCAwLTEgMXYzMGExIDEgMCAwIDAgMSAxaDMwYTEgMSAwIDAgMCAxLTF2LTExLjY2YTEgMSAwIDAgMC0xLTF6Ii8+PC9zdmc+")}.yii-debug-toolbar__switch-icon{margin-left:10px;padding:5px 10px;width:18px;height:18px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDUwIDUwIiB2ZXJzaW9uPSIxLjEiPjxwYXRoIGQ9Im00MS4xIDIzYy0wLjYgMC0xIDAuNC0xIDF2MTAuN2wtMjUuNi0wLjFjMCAwIDAtMiAwLTIuOCAwLTAuOC0wLjctMS0xLTAuNmwtMy41IDMuNWMtMC42IDAuNi0wLjYgMS4zIDAgMmwzLjQgMy40YzAuNCAwLjQgMS4xIDAuMiAxLTAuNmwwLTIuOWMwIDAgMjAuOCAwLjEgMjYuNiAwIDAuNiAwIDEtMC40IDEtMXYtMTEuN2MwLTAuNi0wLjQtMS0xLTF6TTkgMjYuOSA5IDI2LjkgOSAyNi45IDkgMjYuOSIvPjxwYXRoIGQ9Im05IDI2LjljMC42IDAgMS0wLjQgMS0xdi0xMC43bDI1LjYgMC4xYzAgMCAwIDIgMCAyLjggMCAwLjggMC43IDEgMSAwLjZsMy41LTMuNWMwLjYtMC42IDAuNi0xLjMgMC0ybC0zLjQtMy40Yy0wLjQtMC40LTEuMS0wLjItMSAwLjZsMCAyLjljMCAwLTIwLjgtMC4xLTI2LjYgMC0wLjYgMC0xIDAuNC0xIDF2MTEuN2MwIDAuNiAwLjQgMSAxIDF6Ii8+PC9zdmc+")}.yii-debug-toolbar__ajax{position:relative}.yii-debug-toolbar__ajax:hover .yii-debug-toolbar__ajax_info,.yii-debug-toolbar__ajax:focus .yii-debug-toolbar__ajax_info{visibility:visible}.yii-debug-toolbar__ajax a{color:#337ab7}.yii-debug-toolbar__ajax table{width:100%;table-layout:auto;border-spacing:0;border-collapse:collapse}.yii-debug-toolbar__ajax table td{padding:4px;font-size:12px;line-height:normal;vertical-align:top;border-top:1px solid #ddd}.yii-debug-toolbar__ajax table th{padding:4px;font-size:11px;line-height:normal;vertical-align:bottom;border-bottom:2px solid #ddd}.yii-debug-toolbar__ajax_info{visibility:hidden;transition:visibility .2s linear;background-color:white;box-shadow:inset 0 -10px 10px -10px #e1e1e1;position:absolute;bottom:40px;left:-1px;padding:10px;max-width:480px;max-height:480px;word-wrap:break-word;overflow:hidden;overflow-y:auto;box-sizing:border-box;border:1px solid rgba(0,0,0,0.11);z-index:1000001}.yii-debug-toolbar__ajax_request_status{color:white;padding:2px 5px}.yii-debug-toolbar__ajax_request_url{max-width:170px;overflow:hidden;text-overflow:ellipsis}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2023
 * @version 2.2.5
 *
 * Additional CSS for Select2 for extra functionalities added by Krajee
 *
 * Author: Kartik Visweswaran
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.s2-togall-select .s2-unselect-label,
.s2-togall-unselect .s2-select-label {
    display: none;
}

.s2-togall-button {
    display: inline-block;
    font-weight: 400;
    color: #337ab7;
    padding: 0.5rem;
    cursor: pointer;
}

.s2-togall-button:focus, .s2-togall-button:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.s2-togall-select .s2-select-label,
.s2-togall-unselect .s2-unselect-label {
    display: inline;
}

.s2-select-label, .s2-unselect-label {
    line-height: 1.1;
    font-size: 13px;
}

.s2-togall-button .s2-select-label i,
.s2-togall-button .s2-unselect-label i {
    margin: auto 0.25rem;
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2023
 * @version 2.2.5
 *
 * Krajee Bootstrap 3.x Theme for Select2
 *
 * Author: Kartik Visweswaran
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.select2-container--krajee-bs3 {
    display: block;
}

.select2-container--krajee-bs3 .select2-selection--single,
.select2-container--krajee-bs3 .select2-selection--multiple {
    cursor: default;
}

.select2-container--krajee-bs3 .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

/**
 * Search Field
 */
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('search.png') right 10px top 7px no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
}

.select2-container--krajee-bs3 .select2-dropdown[dir="rtl"] .select2-search__field {
    background: #fff url('search.png') left 10px top 7px no-repeat;
}

.select2-container--krajee-bs3 .select2-dropdown .select2-toggle-all {
    display: inline-block;
    margin: 5px 10px;
}

.select2-container--krajee-bs3 .select2-search__field {
    outline: 0;
}

.select2-container--krajee-bs3 .select2-search__field::-webkit-input-placeholder,
.select2-container--krajee-bs3 .select2-search__field:-moz-placeholder,
.select2-container--krajee-bs3 .select2-search__field::-moz-placeholder,
.select2-container--krajee-bs3 .select2-search__field:-ms-input-placeholder {
    color: #999;

}

.select2-container--krajee-bs3 .select2-search__field::-moz-placeholder {
    opacity: 1;
}

/**
 * Selection Arrow
 */
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 32px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.input-sm.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 29px;
    width: 18px;
}

.input-sm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 3px 0 3px;
    margin-left: -3px;
}

.input-sm.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 22px;
    right: 2px;
}

.input-lg.select2-container--krajee-bs3[dir="rtl"] .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--krajee-bs3[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 2px;
    right: auto;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.input-lg.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
}

/**
 * Selection States
 */
.select2-container--krajee-bs3 li.select2-results__option {
    background-color: #FCF8E3;
    color: #C09853;
}

.select2-container--krajee-bs3 .select2-results__option[aria-disabled=true] {
    color: #333;
    background: #fff;
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee-bs3 .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--krajee-bs3 .select2-results__option.loading-results,
.select2-container--krajee-bs3 .load-more {
    font-style: italic;
    color: #a94442;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff url('loading.gif') right 10px center no-repeat;
}

.select2-container--krajee-bs3 .load-more {
    margin: 5px 0 5px 5px;
}

.select2-container--krajee-bs3 .select2-dropdown[dir="rtl"] .select2-results__option.loading-results,
.select2-container--krajee-bs3 .select2-dropdown[dir="rtl"] .load-more {
    background: #fff url('loading.gif') left 10px center no-repeat;
}

.select2-container--krajee-bs3 .select2-dropdown[dir="rtl"] .load-more {
    margin: 5px 5px 5px 0;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
    background-color: #fff;
    color: #333;
    border-radius: 0;
}

.select2-container--krajee-bs3 .select2-results__option.select2-results__option--selected,
.select2-container--krajee-bs3 .select2-results__option[aria-selected=true] {
    color: #31708f;
    background-color: #d9edf7;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option {
    padding: 6px 12px;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}

.select2-container--krajee-bs3 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}

.select2-container--krajee-bs3 .select2-results__group {
    display: block;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 12px;
    line-height: 1.428571429;
    white-space: nowrap;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection,
.select2-container--krajee-bs3 .select2-selection:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
}

.select2-container--krajee-bs3.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--krajee-bs3.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}

.select2-container--krajee-bs3.select2-container--disabled .select2-selection,
.select2-container--krajee-bs3.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--krajee-bs3.select2-container--disabled .select2-selection,
.select2-container--krajee-bs3.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}

.select2-container--krajee-bs3.select2-container--disabled .select2-selection__clear,
.select2-container--krajee-bs3.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--krajee-bs3 .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee-bs3 .select2-dropdown--above {
    margin-top: 1px;
}

.select2-container--krajee-bs3 .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--krajee-bs3 .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 6px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em;
    color: #999;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

/**
 * Bootstrap validation states
 */
.has-warning.select2-container--krajee-bs3 .select2-dropdown,
.has-warning .select2-container--krajee-bs3 .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--open .select2-selection,
.has-warning .select2-container--krajee-bs3.select2-container--focus .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-error.select2-container--krajee-bs3 .select2-dropdown,
.has-error .select2-container--krajee-bs3 .select2-selection {
    border-color: #a94442;
}

.has-error .select2-container--open .select2-selection,
.has-error .select2-container--krajee-bs3.select2-container--focus .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-success.select2-container--krajee-bs3 .select2-dropdown,
.has-success .select2-container--krajee-bs3 .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs3.select2-container--focus .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

/**
 * Bootstrap Input Groups & Input Sizes
 */

.input-sm.select2-container--krajee-bs3, .input-lg.select2-container--krajee-bs3 {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0;
}

.input-group .select2-container--krajee-bs3 {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--krajee-bs3 .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--krajee-bs3 .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-sm.select2-container--krajee-bs3 .select2-selection--single,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.input-sm.select2-container--krajee-bs3 .select2-selection--multiple,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 30px;
}

.input-sm.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px;
}

.input-sm.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 4px 4px 0 0;
}

.input-sm.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 6px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--single,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--multiple,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 46px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 12px 6px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}

.input-lg.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 9px 8px 0 0;
}

/**
 * Bootstrap Input Group Buttons
 */
.select2-bootstrap-append .select2-container--krajee-bs3,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--krajee-bs3,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

/**
 * Selection Clear 
 */

.select2-container--krajee-bs3 .select2-selection__clear {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    opacity: 0.4;
}

.select2-container--krajee-bs3 .select2-selection__clear:hover {
    opacity: 0.6;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 6px;
    font-size: 16px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 25px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--single .select2-selection__clear {
    left: 25px;
    right: auto;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    right: 10px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    left: 10px;
    right: auto;
}

.input-sm.select2-container--krajee-bs3 .select2-selection__clear,
.input-group-sm .select2-container--krajee-bs3 .select2-selection__clear {
    top: 0.5rem;
    font-size: 16px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection__clear,
.input-group-lg .select2-container--krajee-bs3 .select2-selection__clear {
    top: 0.8rem;
}

.input-lg.select2-container--krajee-bs3 .select2-selection__clear,
.input-group-lg .select2-container--krajee-bs3 .select2-selection__clear {
    font-size: 24px;
}

/**
 * Multi Selection Remove
 */
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    float: right;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 0 3px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.input-sm.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove,
.input-group-sm .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 15px;
}

.input-lg.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove,
.input-group-lg .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 21px;
    margin-left: 5px;
}

.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    margin: 2px 3px 0 0;
}

.input-lg.select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove,
.input-group-lg .select2-container--krajee-bs3[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 2px 5px 0 0;
}


.input-group-sm.s2-input-group .input-group-btn  {
    width: 34px;
}

.s2-input-group .input-group-btn  {
    width: 40px;
}

.input-group-lg.s2-input-group .input-group-btn  {
    width: 52px;
}

.s2-input-group .input-group-btn > .btn {
    position: absolute;
    height: 100%;
}

/*# sourceMappingURL=all.css.map */