@charset "UTF-8";
.navbarPages {
  background-color: white;
  color: #0D003B;
}

a.navLink {
  color: #0D003B;
}

#containerSelect div button {
  padding-left: 20px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body * {
  font-family: gelionRegular;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  margin-top: 15px;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

th {
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 0;
}

td {
  font-size: 16px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ('atrr(href) ')";
  }
  abbr[title]:after {
    content: " ('atrr(title) ')";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  margin: 0px;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

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

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

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btnClubsSelect {
  background-color: #0D003B;
}

#btnMenu {
  width: 200px;
  height: 30px;
  margin-top: 10px;
  background-color: #6EDE29;
  border-radius: 30px;
  border: none;
}

#btnMenu:hover {
  background-color: #0D003B;
}

.button-clear {
  width: 300px !important;
  margin-bottom: 50px !important;
  background-color: #6EDE29;
  border-radius: 30px !important;
  color: #FFFFFF !important;
}

.button-clear:hover {
  background-color: #0D003B;
  color: white;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

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

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

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

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

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

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

a.btn-success.pull-right {
  color: #fff;
  background-color: #6EDE29;
  border-color: #6EDE29;
  border-radius: 30px;
}

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

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

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

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

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

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

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

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

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

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

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

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

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

#buttonsCircuit {
  display: flex;
  justify-content: right;
}

.btnAll {
  padding: 0px !important;
  width: 25%;
  height: 40px;
  line-height: 40px;
  background-color: #6EDE29;
  border-radius: 8px !important;
  color: white !important;
}

.btnAll:hover {
  background-color: #0D003B;
  border: 1px solid white;
}

.btnPlay,
.btnFinish,
.btnOpen {
  width: 25%;
  height: 40px;
  line-height: 40px;
  background-color: #0D003B;
  border-radius: 8px !important;
  color: white !important;
  border: 1px solid white !important;
  margin: 0px 10px 0px 10px;
}

.btnOpen:hover {
  background-color: #46b004;
  border: none;
}

.btnPlay:hover {
  background-color: #2aa5eb;
}

.btnFinish:hover {
  background-color: #9d0101;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.clubLoggedPages {
  background-color: #0d003b;
  border-radius: 8px;
}

.clubLoggedPages > a#clubName {
  color: white !important;
}

.dropup,
.dropdown {
  position: relative;
}

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

label#genre {
  margin-left: 0;
}

#tutorialsGroup > a {
  display: block;
}

.moveMenu {
  z-index: 99;
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1;
}

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

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

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

.dropdown-menu > li > a > span {
  font-size: 16px;
}

.dropdown-menu > li > form > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #0D003B;
  white-space: nowrap;
  text-align: center;
}

.dropdown-menu > li > form > a:hover {
  color: #71b5bd !important;
}

.dropdown-menu > li > form > input {
  color: white;
}

.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  color: white;
  text-decoration: none;
}

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  display: none;
}

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .menu-competition {
    display: block !important;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 0px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #0D003B;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navLinkClubs {
  color: #0D003B;
  font-size: 18px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/*.nav .open>a,*/
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.buttonsMenu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}

.buttonsMenuRight {
  display: flex;
  justify-content: end;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}

.buttonsMenuLeagues {
  margin-bottom: 10px !important;
  display: flex;
  flex-wrap: wrap;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0D003B;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

@media (min-width: 425px) {
  #table-display-inline-block {
    display: inline-table !important;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .globalMenu {
    position: absolute;
    width: 100%;
    margin: auto !important;
    z-index: 30;
    display: none;
    padding: 5px 0;
    background-color: white;
  }
  .globalMenu > ul > li {
    padding: .5rem;
  }
  .globalMenu > ul > li.open:hover {
    background-color: white;
  }
  .globalMenu > ul > li.open:hover > * {
    color: #0D003B;
  }
  .globalMenu > ul > li:hover {
    background-color: #0D003B;
  }
  .globalMenu > ul > li:hover > * {
    color: white;
  }
  .globalMenu > ul > li.open > ul {
    text-align: center;
  }
  .globalMenu > ul > li.open > ul > li > a {
    color: white;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav-menu-competiciones > li {
    float: left;
  }
  .navbar-admin > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  color: #0D003B;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #0D003B;
  font-size: 16px;
  font-weight: bolder;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
}

@media (max-width: 767px) {
  /*.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }*/
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: blue;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

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

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

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

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

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

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

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

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

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-top-0 {
  margin-top: 0px !important;
}

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

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

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

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

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.border-left {
  border-left: solid 1px #eaeaea;
}

.border-right {
  border-right: solid 1px #eaeaea;
}

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

.border-top {
  border-top: solid 1px #eaeaea;
}

.border-bottom-white {
  border-bottom: solid 1px #fff;
}

.f-none {
  float: none;
}

a[data-prevent-multiclick][disabled="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
}

#cookies {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 99999;
}

.inner {
  width: 100%;
  font-size: 12px;
}

.inner a.ok {
  padding: 4px;
  color: #fff;
  text-decoration: none;
}

.inner a.info {
  padding-left: 5px;
  text-decoration: none;
  color: #fff;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
a,
ul {
  font-family: gelionRegular;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #363636;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  line-height: 25px;
}

a,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #363636;
}

a:hover {
  color: #646464;
  text-decoration: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 28px;
  padding: 15px 0 20px 0;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
}

.btn-default {
  border-radius: 2px;
}

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

#body-content {
  background-color: #f8f8f8;
}

#body-content .container {
  padding: 40px 0 40px 0;
}

.fondo-siluetas {
  min-height: 300px;
}

.fondo-siluetas .main-title-box {
  float: left;
  width: 500px;
  padding-left: 15px;
}

.fondo-siluetas .main-title-box h1 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 37px;
  padding-bottom: 0px !important;
}

.fondo-siluetas .main-title-box p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
}

.fondo-siluetas .main-title-box a.main-mas-info {
  color: #363636;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.fondo-siluetas .main-title-box i {
  color: #6EDE29;
}

.fondo-siluetas .main-balls-box {
  float: left;
  width: 670px;
}

.fondo-siluetas .main-balls-box .ball {
  width: 171px;
  height: 171px;
  padding-top: 60px;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  float: left;
  color: #6EDE29;
}

.fondo-siluetas .main-balls-box .ball#ball-1 {
  /* background-image: url("../images/bola-1.png"); */
  margin-left: 90px;
  margin-right: 20px;
}

.fondo-siluetas .main-balls-box .ball#ball-1:hover {
  /* background-image: url("../images/bola-1-hover.png"); */
}

.fondo-siluetas .main-balls-box .ball#ball-2 {
  /* background-image: url("../images/bola-2.png"); */
  margin-right: 20px;
}

.fondo-siluetas .main-balls-box .ball#ball-2:hover {
  /* background-image: url("../images/bola-2-hover.png"); */
}

.fondo-siluetas .main-balls-box .ball#ball-3 {
  /* background-image: url("../images/bola-3.png"); */
}

.fondo-siluetas .main-balls-box .ball#ball-3:hover {
  /* background-image: url("../images/bola-3-hover.png"); */
}

.fondo-siluetas-2 .main-title-box {
  text-align: center;
}

.fondo-siluetas-2 .main-title-box h1 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 37px;
  padding-bottom: 0px !important;
}

.fondo-siluetas-2 .main-title-box p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
}

.fondo-siluetas-2 .main-title-box a.main-mas-info {
  color: #363636;
  text-transform: uppercase;
  font-size: 18px;
}

.fondo-siluetas-2 .main-title-box i {
  color: #a3c448;
}

.fondo-siluetas-2 .main-balls-box {
  margin-top: 30px;
}

.fondo-siluetas-2 .main-balls-box .ball-extra {
  width: 171px;
  height: 171px;
  margin: 0 auto;
  background-image: url("/images/bola-1.png");
  padding-top: 60px;
  font-size: 22px;
  color: #363636;
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-1 {
  background-image: url("../images/bola-1.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-1:hover {
  background-image: url("../images/bola-1-hover.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-2 {
  background-image: url("../images/bola-2.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-2:hover {
  background-image: url("../images/bola-2-hover.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-3 {
  background-image: url("../images/bola-3.png");
}

.fondo-siluetas-2 .main-balls-box .ball-extra#ball-3:hover {
  background-image: url("../images/bola-3-hover.png");
}

/*foots*/
#foot {
  background-color: #eaeaea;
  padding: 15px 0px 25px 0px;
}

#foot h4 {
  padding-bottom: 15px;
  margin-top: 25px;
}

#foot i {
  font-size: 18px;
  margin-right: 5px;
}

#foot a,
#foot a:active,
#foot a:visited,
#foot a:link {
  color: #4b4b4d;
}

#foot_2 {
  background-color: #363636;
  padding: 35px 0px 35px 0px;
  color: #2c4501;
}

#foot_2 input {
  height: 45px;
}

#foot_2 button {
  height: 45px;
  background-color: #a3c448;
  color: #fff;
}

#foot_2 button:hover {
  height: 45px;
  background-color: #88ae47;
}

#foot_2 .btn-default {
  border-color: #8fb865;
}

#foot_2 a {
  color: #a3c448;
}

#foot_2 p {
  color: #b7b7b7;
}

#foot_2 .siguenos {
  border-bottom: solid 1px #606060;
  padding-bottom: 45px;
  margin-bottom: 25px;
}

#foot_2 .siguenos i {
  font-size: 25px;
  margin-left: 10px;
  color: #606060;
}

#foot_2 .siguenos i:hover {
  color: #eaeaea;
}

/*nav*/
.navbar {
  margin-bottom: 0px !important;
  border-left: solid 0px !important;
  border-right: solid 0px !important;
  border-top: solid 0px !important;
}

.navbar-nav > li > a {
  padding-bottom: 10px;
}

.navbar-brand {
  margin-left: 0px !important;
}

.navbar-inverse {
  background-color: #fff;
  border: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #646464;
  border-bottom: solid 3px #a3c448;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #646464;
  background-color: transparent;
  border-bottom: solid 3px #a3c448;
  font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
  color: #363636;
}

.navbar-left {
  float: left !important;
  margin-bottom: -5px;
  margin-top: 35px;
}

.navbar-collapse a {
  color: #363636;
  text-decoration: none;
}

.navbar-collapse a:hover {
  color: #646464;
  text-decoration: none;
}

#slide {
  height: 439px;
  background-image: url("../images/slide/bg-slider-4.jpg");
  background-position: top center;
}

#slide .textos {
  margin: 103px 0px 0px 0px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}

#slide h2 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

#slide p {
  color: #fff;
  padding-bottom: 25px;
  font-weight: normal !important;
  border-bottom: solid 1px #fff;
}

#slide .store {
  margin-top: 13px;
}

#slide .store img {
  margin-top: 13px;
  margin-right: 10px;
  height: 60px;
}

.logged .dropdown-toggle {
  border-bottom: solid 3px #a3c448;
}

.logged .dropdown-toggle i {
  margin-right: 10px;
}

.logged .dropdown-toggle a:hover {
  border-bottom: solid 3px #000 !important;
}

.dropdown-menu > li > a {
  border-bottom: none !important;
}

#logo-primero {
  display: block;
}

#logo-primero img {
  width: 130px;
}

#logo-segundo {
  display: block;
}

#logo-segundo img {
  width: 130px;
}

.redes li > img {
  margin-right: 10px;
}

span.select2-container > span.select2-dropdown > span.select2-results > ul > li > span {
  white-space: nowrap;
}

span.select2-selection__rendered {
  text-align: center;
}

.login-link {
  margin-right: 1px;
}

.login-link i {
  margin-right: 8px;
}

.torneos-list div.white-box {
  border: solid 1px #eaeaea;
  border-left: solid 3px;
  background-color: #fff;
  border-radius: 1px;
  margin-bottom: 3px;
}

.torneos-list div.white-box.status_0 {
  border-left-color: #f4645f;
}

.torneos-list div.white-box.status_1 {
  border-left-color: #6EDE29;
}

.torneos-list div.white-box.status_2 {
  border-left-color: #2aa5eb;
}

.gradient {
  background: white;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(47%, rgba(250, 250, 250, 0.95)), color-stop(92%, rgba(242, 242, 242, 0.9)), color-stop(100%, rgba(240, 240, 240, 0.9)));
  background: linear-gradient(135deg, white 0%, rgba(250, 250, 250, 0.95) 47%, rgba(242, 242, 242, 0.9) 92%, rgba(240, 240, 240, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
}

.foot-servicios {
  background-color: #f5f5f5;
  padding: 3px 5px;
  text-shadow: none;
  border-radius: 2px;
  margin-bottom: 2px;
}

.foot-servicios a {
  color: #4b4b4d;
}

.foot-servicios:hover {
  background-color: #a9a9a9;
}

.foot-servicios:hover a,
.foot-servicios:hover i {
  color: #fff !important;
}

a.general-link:hover {
  color: #8bbc36;
}

/*.btn {
    border-radius:50px;
}*/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

a.btn.btn-primary {
  color: #fff;
}

.buttonModalBlue {
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: white !important;
  border: none;
  border-radius: 3px !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px !important;
  margin: 3px;
}

.buttonModalGreen,
.buttonModalRed {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: white !important;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}

.inputModal {
  height: 40px;
  width: 50px;
  line-height: 1.33333333;
  text-align: center;
}

.buttonLongerRed,
.buttonLongerBlue,
.buttonLongerGreen {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px !important;
  color: white !important;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}

.buttonSquareMediumGreen,
.buttonModalGreen,
.buttonLongerGreen,
.buttonMediumGreen,
.buttonShortGreen {
  background-color: #6EDE29;
}

.buttonSquareMediumBlue,
.buttonModalBlue,
.buttonShortBlue,
.buttonMediumBlue,
.buttonLongerBlue {
  background-color: #0D003B;
}

.buttonLongerGreen:hover,
.buttonMediumGreen:hover,
.buttonShortGreen:hover,
.buttonSquareMediumGreen:hover {
  background-color: #276600eb;
}

.buttonSquareMediumBlue:hover,
.buttonLongerBlue:hover,
.buttonMediumBlue:hover {
  background-color: #002b50;
}

.buttonSquareMediumRed:hover,
.buttonLongerRed:hover,
.buttonMediumRed:hover,
.buttonShortRed:hover {
  background-color: #8c0000;
}

.buttonSquareMediumRed,
.buttonModalRed,
.buttonShortRed,
.buttonMediumRed,
.buttonLongerRed {
  background-color: #f4645f;
}

.buttonMediumRed,
.buttonMediumBlue,
.buttonMediumGreen {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px !important;
  color: white !important;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}

.buttonShortBlue,
.buttonShortRed,
.buttonShortGreen {
  height: 40px;
  border: none;
  width: 40px;
  border-radius: 30px;
  color: white;
  margin-bottom: 3px;
}

.buttonShortBlue:hover {
  background-color: #0d495b;
  color: white;
}

.buttonLinkGreen,
.buttonLinkRed {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: white !important;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.buttonLinkGreen {
  background-color: #6EDE29;
}

.buttonLinkGreen:hover {
  background-color: #276600eb;
}

.buttonLinkRed {
  background-color: #f4645f;
}

.buttonLinkRed:hover {
  background-color: #8c0000;
}

.buttonLinkShortGreen,
.buttonLinkShortRed {
  height: 40px;
  border: none;
  width: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: white !important;
  margin-bottom: 3px;
  display: inline-block;
}

.buttonLinkShortGreen {
  background-color: #6EDE29;
}

.buttonLinkShortGreen:hover {
  background-color: #276600eb;
}

.buttonLinkShortRed {
  background-color: #f4645f;
}

.buttonLinkShortRed:hover {
  background-color: #8c0000;
}

.buttonSquareMediumRed,
.buttonSquareMediumBlue,
.buttonSquareMediumGreen {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px !important;
  color: white !important;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}

#inscriptions-table-cancellation {
  display: inline-block;
}

#table-display-inline-block {
  display: inline-block;
}

button > a {
  color: white;
}

.match-result-player {
  margin: auto;
}

#buttonFormPre {
  height: 40px;
  width: 175px;
  line-height: 10px;
  background-color: #6EDE29;
  border-radius: 30px;
  color: white;
}

#buttonFormPre:hover {
  background-color: #0D003B;
}

#q-submit {
  border-radius: 0px 10px 10px 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active {
  background-color: #6EDE29;
  border-color: #92b041;
  border-radius: 2px;
  width: 30px;
}

.btn-primary:hover {
  background-color: #88ae47;
  border-color: #92b041;
}

.btn-danger {
  background-color: #f4645f;
  border-color: #df5854;
  border-radius: 2px;
}

.btn-danger:hover {
  background-color: #df5854;
  border-color: #df5854;
}

.breadcrumb-pm {
  border: solid 1px #eaeaea;
  background-color: #fff;
  margin-bottom: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.breadcrumb-pm i {
  font-size: 12px !important;
  color: #ccc;
  margin: 0 10px;
}

.breadcrumb-pm a {
  font-size: 14px;
}

.breadcrumb-pm a:hover {
  color: #646464;
}

.head-title-side {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.head-title-side h3 {
  margin-bottom: 10px;
}

.patrocinadores img {
  margin-bottom: 25px;
}

.proximamente-box {
  font-family: 'Open Sans', sans-serif;
  background-image: url("/images/bg-proximamente.png");
  background-color: #eaeaea;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 305px;
}

.proximamente-box-texto {
  max-width: 650px;
  width: auto;
  padding: 25px 50px 0 50px;
}

.proximamente-box-texto .form-control {
  height: 45px;
}

.proximamente-box-texto .btn-primary {
  height: 45px;
  background-color: #a3c448;
  color: #fff;
  border-color: #88ae47;
}

.proximamente-box-texto .btn-primary:hover {
  background-color: #88ae47;
  color: #fff;
}

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

.modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
}

.banner-container {
  margin-top: 20px;
}

.aviso-legal .subir {
  margin-top: 23px;
}

.aviso-legal a.top-link {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: normal;
}

.aviso-legal h2 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.aviso-legal p {
  margin-bottom: 20px;
}

.aviso-legal ul {
  margin: 20px 0 20px 40px;
}

.aviso-legal ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.aviso-legal a {
  font-weight: bold;
}

.aviso-legal .border-bottom {
  border-bottom: solid 5px;
}

.redes i {
  margin-right: 10px;
}

#edit-date .hora,
.popover.clockpicker-popover {
  z-index: 1050;
}

.ui-timepicker-container .ui-menu-item {
  min-height: auto !important;
}

/* ---------- Autocomplete styles ---------- */
.ui-widget-content {
  z-index: 9999;
}

.ui-menu .ui-menu-item {
  padding: 0;
  list-style-image: 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 {
  background: transparent;
  border: 2px solid #a3c448;
  color: #363636;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-item {
  min-height: 87px !important;
  border: 1px solid #eaeaea;
}

.ui-menu table.autocomplete-table,
.ui-menu .ui-state-focus table.autocomplete-table,
.ui-menu .ui-state-active table.autocomplete-table {
  float: left;
  vertical-align: middle;
}

.ui-menu table.autocomplete-table tr,
.ui-menu .ui-state-focus table.autocomplete-table tr,
.ui-menu .ui-state-active table.autocomplete-table tr {
  margin: 5px;
}

td.autocomplete-data p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 5px;
  color: #363636;
}

@media (max-width: 400px) {
  .ui-autocomplete {
    width: 100% !important;
    left: 0 !important;
  }
  .ui-menu-item {
    min-height: 0 !important;
    border: 1px solid #eaeaea;
    float: left;
    width: 100%;
  }
}

.availability-info {
  margin: 40px 15px 0;
  min-height: 60px;
  background: url("/images/info.png") no-repeat center left;
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}

.availability-info p {
  margin-left: 65px;
}

.horas-table {
  float: left;
  margin: 10px 20px 15px 0;
}

.horapista-header th,
.horapareja-header th {
  text-align: center;
}

.horapista-rows td,
.horapareja-rows td {
  width: 100px;
  height: 30px;
  margin: 3px;
  padding: 5px;
  cursor: pointer;
}

td.time-slot {
  border: 1px solid #fff;
  background-color: #eaeaea;
}

.horapista-rows td:first-child,
.horapareja-rows td:first-child {
  width: 60px;
  background-color: transparent;
  text-align: right;
  position: relative;
}

.horapista-rows td[data-selected],
.horapista-rows td[data-selecting] {
  background-color: #80FF00;
}

.horapareja-rows td[data-selected],
.horapareja-rows td[data-selecting] {
  background-color: #f4645f;
}

.horapista-rows td[data-disabled],
.horapareja-rows td[data-disabled] {
  opacity: 0.55;
}

.horapista-rows td[data-unavailable],
.horapareja-rows td[data-unavailable] {
  background-color: #f4645f;
  opacity: 0.65;
}

#body-content-listado .container {
  padding: 25px 0 40px 0;
}

#body-content-listado h2 {
  font-size: 28px;
}

#body-content-listado h4 {
  margin-bottom: 17px;
}

#body-content-listado a:hover {
  text-decoration: none;
}

#body-content-listado .title {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#body-content-listado .tournament-name a {
  font-weight: bold;
  text-transform: uppercase;
}

#body-content-listado .tournament-data {
  line-height: 1.5em;
}

#body-content-listado .enrolled {
  padding: 0 5px;
  background-color: #eaeaea;
}

.competittions-custom {
  margin-bottom: 30px;
}

.competittions-custom h3 {
  font-size: 14px;
}

.competittions-custom .competition-custom-box {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  border-left: solid 5px;
}

.competittions-custom .competition-custom-box.status_1 {
  border-left-color: #a3c448;
}

.competittions-custom .competition-custom-box.status_2 {
  border-left-color: #2aa5eb;
}

.competittions-custom .competition-custom-box-cartel {
  margin: 5px;
  float: left;
}

.competittions-custom .competition-custom-box-content {
  float: none;
  font-size: 12px;
  padding: 10px 5px;
  margin: 0;
  width: 100%;
}

.competittions-custom .competition-custom-box-content span {
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.competittions-custom .competition-custom-box-content a i {
  font-size: 12px !important;
}

.competittions-custom .competition-custom-box-content-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.competittions-custom .torneo-box-estado {
  float: right;
  padding: 17px 15px 15px;
}

.competittions-custom .torneo-box-estado i {
  font-size: 14px;
}

.competittions-custom .all-link {
  float: right;
  font-size: 12px;
}

.cartel {
  float: left;
  margin-right: 15px;
}

.torneo-description {
  /*width: 100%;*/
  float: left;
}

/*filtro*/
#filtro {
  background-color: #0D003B;
  margin-top: -10px;
}

#filtro .container {
  padding: 25px 0;
}

#filtro button {
  border-radius: 0px 8px 8px 0px;
  background-color: #6EDE29;
  color: #fff;
  border-color: #6EDE29;
}

#filtro #buttons-filter {
  width: 100%;
}

#filtro #buttons-filter a {
  font-weight: 800;
  color: #fff;
  width: 21%;
  padding-bottom: 5px;
}

#filtro #buttons-filter a.active {
  background-color: transparent;
}

#filtro button:hover,
#filtro #buttons-filter a:hover {
  background-color: #0D003B;
  color: white;
}

.status-button {
  float: right;
  background-color: #eaeaea;
  color: #363636;
  border-radius: 2px;
  font-size: 11px;
  padding: 0 0 0 5px;
}

.status-button .arrow {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
  padding: 0 10px;
  margin-left: 5px;
}

.status_1 span,
.status_1 .status-text a {
  color: #6EDE29;
}

.status_1 .status-button .arrow {
  background-color: #6EDE29;
}

.status_1 .arrow:hover {
  background-color: #0D003B;
}

.status_2 span,
.status_2 .status-text {
  color: #2aa5eb;
}

.status_2 .status-button img {
  margin-bottom: 3px;
}

.status_2 .status-button .arrow {
  background-color: #2aa5eb;
  padding: 0 8px;
}

.status_0 span,
.status_0 .status-text {
  color: #f4645f;
}

.status_0 .status-button .arrow {
  background-color: #f4645f;
}

.all-open a i {
  color: #a3c448;
}

.all-current a i {
  color: #2aa5eb;
}

.all-closed a i {
  color: #f4645f;
}

#body-torneo-content .container {
  padding: 25px 0 40px 0;
}

#body-torneo-content h1 {
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#body-torneo-content h2 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

#body-torneo-content .fecha-torneo {
  color: #fff;
}

#body-torneo-content .detalle-fila {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#body-torneo-content .cartelito {
  width: 200px;
  float: left;
  background-color: #eee;
}

#body-torneo-content .map-box div.map {
  margin-top: 10px;
  width: 100%;
  height: 285px;
  border: solid 3px #eaeaea;
}

#body-torneo-content .btn-primary {
  width: 100%;
  margin-top: 20px;
}

#body-torneo-content .breadcrumb-pm {
  margin-bottom: 25px;
}

#body-torneo-content .label {
  font-size: 16px;
}

#body-torneo-content .label.label-danger {
  background-color: #F4645F;
}

#body-torneo-content .label.label-success {
  background-color: #9dd639;
}

#body-torneo-content .label.label-info {
  background-color: #369bd5;
}

#body-torneo-content .barra-estado {
  background-color: #363636;
  border-left: solid 8px;
  padding: 10px 8px 11px 8px;
  margin: 10px 0;
}

#body-torneo-content .barra-estado.status_0 {
  border-left-color: #f4645f;
}

#body-torneo-content .barra-estado.status_1 {
  border-left-color: #6EDE29;
}

#body-torneo-content .barra-estado.status_2 {
  border-left-color: #2aa5eb;
}

#body-torneo-content .step-box {
  border-left: solid 5px #eaeaea;
  border-bottom: dotted 3px #eaeaea;
  padding: 15px 15px 25px 15px;
  margin-bottom: 3px;
}

#body-torneo-content .step-box.active {
  border-left-color: #6ede29;
}

#body-torneo-content .step-box.active .number {
  color: #6ede29;
}

#body-torneo-content .step-box .number {
  color: #eaeaea;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

#body-torneo-content .step-box .form-control {
  border-color: #ccc;
  margin-top: 5px;
}

#body-torneo-content .step-box .fa-info-circle {
  color: #eaeaea;
  font-size: 75px;
}

#body-torneo-content .step-box .btn-default {
  margin: 5px 0px 0px 0px;
}

#body-torneo-content .step-box .problemas {
  color: #ccc;
}

#body-torneo-content .step-box .problemas a {
  color: #ccc;
}

#body-torneo-content .step-box .problemas a:hover {
  color: #0D003B;
}

#body-torneo-content .step-box .problemas i {
  color: #6ede29;
}

#body-torneo-content .step-box .confirmar {
  text-align: right;
}

#body-torneo-content .step-box .confirmar a {
  color: #fff;
}

#body-torneo-content .step-box .confirmar .btn-default {
  background-color: #6ede29;
  color: #fff;
  border-radius: 20px;
  margin: 0px !important;
}

#body-torneo-content .step-box .confirmar .btn-default:hover {
  background-color: #0D003B;
}

#body-torneo-content .categorias-padding a {
  margin-bottom: 5px;
}

.datos-jugador {
  background-color: #eaeaea;
}

.datos-jugador .foto {
  width: 65px;
  float: left;
  margin: 10px;
}

.datos-jugador .info {
  margin: 10px 10px 10px 0px;
  line-height: 22px;
  float: left;
}

#new-perfil {
  margin-top: -10px;
  padding-bottom: 50px;
}

#new-perfil .btn-group {
  width: 100%;
}

#new-perfil .btn-group label {
  width: 100%;
  margin: 0px;
}

#new-perfil .top-fondo {
  background-color: #0D003B;
  background-repeat: no-repeat;
  background-position: top center;
}

#new-perfil .top-fondo .dark-bar {
  background-color: #0D003B;
  border-top: 1px solid white;
  min-height: 40px;
}

#new-perfil .container {
  padding: 20px 0px 0px 0px;
}

#new-perfil h1 {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  color: #fff;
  border-bottom: 0px;
}

#new-perfil h2 {
  font-size: 30px;
  text-align: center;
}

#new-perfil h3 {
  font-size: 20px;
}

#new-perfil h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

#new-perfil h5 {
  font-size: 20px;
}

#new-perfil .top-height {
  height: 60px;
}

#new-perfil .menu li {
  float: left;
  margin-right: 25px;
  padding: 5px 0;
  color: #fff;
}

#new-perfil .menu li a {
  color: #fff;
}

#new-perfil .navbar-left {
  margin-top: -15px;
  padding-top: 3px;
}

#new-perfil .nav .open > a,
#new-perfil .nav .open > a:hover,
#new-perfil .nav .open > a:focus {
  background-color: transparent;
}

#new-perfil .nav > li > a:hover,
#new-perfil .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

#new-perfil .dropdown-menu li a {
  color: #363636;
}

#new-perfil .zona-foto-perfil {
  background-color: #fff;
  padding-top: 15px;
  border-radius: 2px;
}

#new-perfil .zona-foto-perfil img {
  margin: 0 auto;
}

#new-perfil .margin-negativo {
  margin-top: -115px;
}

#new-perfil .hexa-small {
  float: left;
  height: 57px;
  width: 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#new-perfil .hexa-small-center {
  height: 57px;
  width: 50px;
  background-repeat: no-repeat;
  margin: auto;
}

#new-perfil .player-level {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin-top: 14px;
}

#new-perfil .editar-perfil {
  background-color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  margin-top: 11px;
  float: right;
  /* border-top-left-radius: 2px; */
  /* border-top-right-radius: 2px; */
  border-radius: 2px;
}

#new-perfil .editar-perfil i {
  margin-left: 8px;
}

#new-perfil .title-inscripcion {
  background-color: #eaeaea;
}

#new-perfil .title-inscripcion th {
  border-bottom: none;
  border-right: solid 1px #fff;
  font-weight: normal;
}

#new-perfil .title-inscripcion th:last-child {
  border: none;
}

#new-perfil i.cancel {
  color: #f4645f;
  cursor: pointer;
}

#new-perfil .spacer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eaeaea;
}

#new-perfil .title-inscripcion-2 {
  font-weight: bold;
}

#new-perfil .detalles-inscripcion {
  padding: 5px 0;
  border-bottom: solid 1px #eaeaea;
}

#new-perfil .detalles-inscripcion a:hover {
  color: #729e25;
}

#new-perfil .tipos-torneos .btn-default {
  width: 25%;
}

#new-perfil .top-title {
  font-size: 18px;
  font-weight: bold;
}

#new-perfil .status-1 {
  background-color: #fff;
  border-left: solid 3px #6ede29;
}

#new-perfil .status-2 {
  background-color: #fff;
  border-left: solid 3px #2aa5eb;
}

#new-perfil .status-0 {
  background-color: #fff;
  border-left: solid 3px #f4645f;
}

#new-perfil .btn-group .abierto {
  border-color: #eaeaea;
  border-bottom: solid 2px #6EDE29;
  font-size: 16px;
  padding: 0px;
}

#new-perfil .btn-group .enjuego {
  border-color: #eaeaea;
  border-bottom: solid 2px #2aa5eb;
  font-size: 16px;
  padding: 0px;
}

#new-perfil .btn-group .cerrado {
  border-color: #eaeaea;
  border-bottom: solid 2px #f4645f;
  font-size: 16px;
  padding: 0px;
}

#new-perfil .btn-group .todos {
  border-color: #eaeaea;
  border-bottom: solid 2px #eaeaea;
  font-size: 16px;
  padding: 0px;
}

#new-perfil .grey-box {
  color: #363636;
  background-color: #eaeaea;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}

#new-perfil .grey-box p:last-child {
  font-weight: bold;
}

.ficha h3.header-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.ficha .datos {
  margin-top: 15px;
  padding-right: 35px;
}

.ficha .datos div {
  padding: 1px 0;
}

.ficha .datos div.border-bottom div:nth-child(2),
.ficha .datos div.border-bottom div:nth-child(2) a {
  font-weight: bold;
}

.ficha .datos.statics .border-bottom div:nth-child(2),
.ficha .datos.statics .border-bottom div:nth-child(2) a {
  font-weight: bold;
  font-size: 20px;
}

.ficha .fotos {
  display: none;
  margin: 50px 0;
}

.ficha .fotos h3 {
  margin-bottom: 15px;
}

#body-content-clubs .container {
  padding: 25px 0 40px 0;
}

#body-content-clubs .club-list {
  border: solid 1px #eaeaea;
  background-color: #fff;
}

#body-content-clubs .club-list-box-expansive {
  border: solid 1px #eaeaea;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 3px;
}

#body-content-clubs .club-list-box-expansive .img-responsive {
  width: 100%;
}

#body-content-clubs .club-list-box-expansive .ampliar {
  font-size: 13px;
}

#body-content-clubs .club-list-box-expansive .ampliar i {
  margin-left: 5px;
  color: #6EDE29;
}

#body-content-clubs .club-list-box-expansive .town-name {
  overflow: hidden;
  width: 57%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}

#body-content-clubs .club-list-box-expansive:last-child {
  border-bottom: 0px;
}

#body-content-clubs .club-list-box-expansive-name {
  text-transform: uppercase;
  font-weight: bold;
}

#body-content-clubs .club-list-box {
  padding: 10px;
  border-bottom: solid 1px #eaeaea;
}

#body-content-clubs .club-list-box-logo {
  float: left;
  width: 100px;
}

#body-content-clubs .club-list-box-logo img {
  width: 80px;
  height: 60px;
  margin: 0px;
}

#body-content-clubs .club-list-box-details {
  float: left;
  width: 70%;
}

#body-content-clubs .club-list-box-details-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

#body-content-clubs .club-list-box-details-name a {
  font-weight: bold;
  text-transform: uppercase;
}

#body-content-clubs .logo {
  width: 110px;
  height: 80px;
}

#body-content-clubs .details {
  width: 575px;
  background-color: #ccc;
}

#body-content-clubs h2 {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

#body-content-clubs h2.nombre-club {
  margin-top: 0;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #eaeaea;
}

#body-content-clubs h2.no-border {
  border-bottom: 0;
}

#body-content-clubs .no-padding {
  margin: 0px;
  padding: 0px;
}

#body-content-clubs .cartel {
  width: 80px;
  height: 80px;
}

#body-content-clubs a.iconos:hover {
  color: #6c6c6c;
}

#body-content-clubs a.iconos2 {
  color: #9dd63b;
}

#body-content-clubs a.iconos2:hover {
  color: #6c6c6c;
}

#body-content-clubs .club-icons {
  font-size: 17px;
}

#body-content-clubs .club-icons i {
  margin-left: 0;
}

#body-content-clubs .club-icons i.fa-facebook-square {
  color: #3b5998;
}

#body-content-clubs .club-icons i.fa-twitter-square {
  color: #00bbf2;
}

#body-content-clubs .show-club {
  margin-top: -50px;
}

#body-content-clubs .title-box {
  background-color: #eaeaea;
}

#body-content-clubs .services-title {
  padding: 5px 15px;
  float: left;
}

#body-content-clubs .pistas {
  float: right;
  background-color: #363636;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
}

#body-content-clubs .services {
  text-transform: uppercase;
  margin-top: 15px;
}

#body-content-clubs .services i {
  font-size: 14px;
  margin-right: 5px;
  color: #eaeaea;
}

#body-content-clubs .services .checked {
  color: #6EDE29 !important;
}

#body-content-clubs .services-list {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

#body-content-clubs .g-recaptcha {
  float: left;
}

#body-content-clubs .map {
  border: 3px solid #eaeaea;
}

#body-content-clubs #send-mail {
  color: white;
  background-color: #6EDE29;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  height: 35px;
  border: none;
  border-radius: 30px;
}

#body-content-clubs #send-mail i {
  font-size: 13px;
}

#body-content-clubs .torneo-box {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  margin-bottom: 5px;
  border-left: solid 5px;
}

#body-content-clubs .torneo-box.status_0 {
  border-left-color: #f4645f;
}

#body-content-clubs .torneo-box.status_1 {
  border-left-color: #6EDE29;
}

#body-content-clubs .torneo-box.status_2 {
  border-left-color: #2aa5eb;
}

#body-content-clubs .torneo-box-cartel {
  margin: 5px;
  float: left;
}

#body-content-clubs .torneo-box-content {
  margin: 15px 5px 5px 5px;
  float: left;
  line-height: 20px;
  width: 65%;
}

#body-content-clubs .torneo-box-content span {
  font-size: 12px;
  font-weight: bold;
  float: right;
}

#body-content-clubs .torneo-box-content-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

#body-content-clubs .torneo-box-estado {
  float: right;
  padding: 17px 15px 15px;
}

#body-content-clubs .torneo-box-estado i {
  font-size: 14px;
}

.club-info {
  width: 70%;
}

.club-info-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#club-perfil {
  margin-top: -10px;
  background-color: #0D003B;
  /* background-image: url("/images/bg-slider-2.png"); 
  background-repeat: no-repeat;
  background-position: top center;*/
}

#club-perfil .container {
  padding: 40px 0px 0px 0px;
}

#club-perfil .editar-perfil {
  background-color: #6EDE29;
  color: white;
  padding: 5px 0;
  margin-top: 10px;
}

#club-perfil .editar-perfil a {
  color: #0D003B;
  font-size: bold;
}

#club-perfil .editar-perfil i {
  margin-left: 8px;
}

#club-perfil h1 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 28px;
  color: #fff;
  border-bottom: 0px;
}

#club-perfil .menu {
  padding-top: 0px !important;
}

#club-perfil .menu > li {
  margin-right: 25px;
  padding: 5px 0;
  color: #fff;
}

#club-perfil .menu li a:hover {
  color: #7d7d7d;
}

#club-perfil .navbar-left {
  margin-top: -15px;
  padding-top: 3px;
}

#club-perfil .nav .open > a,
#club-perfil .nav .open > a:hover,
#club-perfil .nav .open > a:focus {
  background-color: transparent;
}

#club-perfil .nav > li > a:hover,
#club-perfil .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

#club-perfil .dropdown-menu li a {
  color: #0D003B;
}

#club-perfil .dropdown-menu li a:hover {
  color: white;
}

#modal-match-leagues-management {
  max-width: 456px;
}

.tab-pane#gallery .image,
.tab-pane#gallery .video {
  width: 225px;
  height: 225px;
  float: left;
  margin: 5px;
}

.tab-pane#gallery .image .fa.remove-image,
.tab-pane#gallery .video .fa.remove-image {
  margin: 10px;
  color: #f4645f;
  cursor: pointer;
}

.tab-pane#gallery .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tab-pane#gallery .image .fa.remove-image {
  float: right;
}

.tab-pane#gallery .video {
  position: relative;
}

.tab-pane#gallery .video .fa.remove-image {
  position: absolute;
  right: 0;
}

.tab-pane#gallery .video iframe {
  width: 225px !important;
  height: 225px !important;
}

.datos-monitor {
  margin-top: 20px;
  background-color: #eaeaea;
  padding: 5px;
  width: 25%;
}

.datos-monitor .foto {
  width: 80px;
  padding: 5px;
  float: left;
}

.datos-monitor .info {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.datos-monitor .info input[type="submit"] {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.btn-livescore {
  color: white !important;
  background-color: #6EDE29 !important;
  border-radius: 8px !important;
}

.btn-livescore:hover {
  background-color: #0D003B !important;
}

.popover-inscriptions-actions > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #0d003b;
}

.popover-inscriptions-actions > ul > li > a:hover {
  color: #71b5bd !important;
}

/* #body-content-ranking {
  CRITERIOS*/
#body-content-ranking .container {
  padding: 25px 0 40px 0;
}

#body-content-ranking .breadcrumb-pm-left {
  float: left;
}

#body-content-ranking .breadcrumb-pm-right {
  float: right;
}

#body-content-ranking .ranking-box {
  width: 20%;
  float: left;
}

#body-content-ranking .ranking-box .content {
  margin: 10px;
}

#body-content-ranking .ranking-box .content .img-perfil {
  background-color: #000;
  height: 125px;
  background-size: cover;
  background-position: center center;
}

#body-content-ranking .ranking-box .content .details {
  height: 125px;
  padding-left: 0;
  padding-right: 0;
  background-color: #363636;
}

#body-content-ranking .ranking-box .content .details h2,
#body-content-ranking .ranking-box .content .details h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 3px;
}

#body-content-ranking .ranking-box .content .details h2 {
  font-size: 42px;
}

#body-content-ranking .ranking-box .content .details h3 {
  font-size: 14px;
  border-bottom: 1px solid #707070;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
}

#body-content-ranking .ranking-box .content .details a {
  color: #fff;
}

#body-content-ranking .ranking-box .content .details a.nacional {
  font-size: 11px;
  float: left;
  width: 100%;
  margin: -5px 0 -10px;
}

#body-content-ranking .ranking-box .content .details p.top-nacional-rank {
  color: #fff;
  font-weight: bold;
}

#body-content-ranking .ranking-box .content .name-player {
  background-color: #eaeaea;
  height: 55px;
  border-top: solid 1px #fff;
  display: table;
}

#body-content-ranking .ranking-box .content .name-player div {
  display: table-cell;
  vertical-align: middle;
}

#body-content-ranking .ranking-box .content .flag-player {
  margin-top: 5px;
}

#body-content-ranking a.criterio-link {
  font-weight: bold;
  color: #f4645f;
}

#body-content-ranking .top-criterio {
  background-color: #eaeaea;
}

#body-content-ranking .top-criterio .breadcrumb-pm {
  margin-bottom: 45px;
}

#body-content-ranking .top-criterio .imagen-fondo {
  background-image: url("/images/criterio-1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

#body-content-ranking .top-criterio .text {
  padding-left: 343px;
  padding-right: 25px;
}

#body-content-ranking .top-criterio .text li {
  margin-bottom: 10px;
}

#body-content-ranking .top-criterio .text .row .pull-left {
  font-weight: bold;
}

#body-content-ranking .top-criterio .premios-box {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 5px;
}

#body-content-ranking .top-criterio .premios-box span {
  font-weight: bold;
  color: #f4645f;
}

#body-content-ranking .body-criterio-content {
  margin-top: 25px;
}

#body-content-ranking .body-criterio-content li {
  margin-bottom: 10px;
}

.ranking-player {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.filtro-ranking {
  width: 100%;
}

.img-perfil-small {
  max-height: 30px;
  margin: auto;
}

.ranking-fila {
  border-bottom: solid #eaeaea 1px;
  padding: 5px 0px 5px 0px;
  margin: 3px 0px;
}

.ranking-fila:last-child {
  border: none;
}

.ranking-fila .fa-arrow-up {
  color: #6EDE29;
}

.ranking-fila .fa-arrow-down {
  color: #f4645f;
}

.ranking-fila .fa-minus {
  color: transparent;
}

.title-ranking {
  background-color: #eaeaea;
  padding: 5px 0px 5px 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.title-ranking div {
  border-right: solid 1px #fff;
}

.title-ranking div:last-child {
  border: none;
}

.filter-players form div {
  padding-right: 0px;
  padding-left: 0px !important;
}

.filter-criteria div {
  padding-right: 0px;
  padding-left: 0px;
}

.generico {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0px !important;
  border: none;
  margin-bottom: 25px;
}

.img-center {
  margin: auto;
}

.torneos-widget-abierto {
  margin-bottom: 25px;
}

.torneos-widget-abierto .torneos-widget-box {
  border-left-color: #6EDE29;
}

.torneos-widget-enjuego .torneos-widget-box {
  border-left-color: #2aa5eb;
}

.torneos-widget-header {
  background-color: #0D003B;
  padding: 5px 10px;
}

.torneos-widget-header-title {
  float: left;
  color: #fff;
}

.torneos-widget-header-link {
  float: right;
}

.torneos-widget-header-link a {
  color: #fff !important;
}

.torneos-widget-box {
  background-color: #fff;
  border-left: solid 3px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.torneos-widget-box-content {
  padding: 8px 10px;
  line-height: 20px;
}

.torneos-widget-box-content-title a {
  font-weight: bold;
}

.torneos-widget-box-content-details {
  font-size: 13px;
}

.torneos-widget-box-content-details i.fa-chevron-right {
  color: #6EDE29;
  font-size: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #body-content-clubs .torneo-box-content {
    width: 55%;
  }
  #body-content-clubs .details {
    width: 440px;
  }
  #body-content-clubs .services-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .fondo-siluetas {
    min-height: 300px;
  }
  .fondo-siluetas .main-balls-box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .fondo-siluetas .main-balls-box .ball#ball-1 {
    margin-left: 230px;
  }
  #perfil .nav .submenu {
    margin: 0px;
  }
  h2 {
    font-size: 25px;
  }
  #slide {
    height: 371px;
    background-image: url("../images/slide/bg-slider-4-b.jpg");
  }
  #slide .textos {
    margin: 103px 0px 0px -70px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #slide p {
    color: #fff;
    padding-bottom: 25px;
    font-weight: normal !important;
    border-bottom: solid 1px #fff;
  }
  #slide .store {
    margin-top: -15px;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 13px;
    margin-right: 10px;
    height: 60px;
  }
  .torneo-description {
    width: 50%;
  }
  #buttons-filter a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #body-content-clubs .details {
    width: 230px;
  }
  .name-player {
    min-height: 75px;
    line-height: 18px;
  }
  .fondo-siluetas {
    min-height: 300px;
    background-image: none;
    background-position: bottom;
  }
  .navbar-right {
    float: none !important;
    margin-top: 45px;
  }
  .navbar-right .login-link {
    float: right !important;
  }
  #slide {
    height: 300px;
    background-image: url("../images/slide/bg-slider-4-c.jpg");
  }
  #slide .textos {
    margin: 42px 0px 0px -25px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-bottom: -18px;
  }
  #slide p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: normal !important;
    border-bottom: none;
  }
  #slide .store {
    margin-top: -15px;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #789132;
    color: #fff;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .navbar-brand {
    margin-left: 0px !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ccc;
  }
  .top-menu-left {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  #logo-primero img {
    width: 200px;
  }
  #logo-segundo {
    display: block;
  }
  .top-menu-left li {
    float: none !important;
    border-right: solid 0px;
    padding: 0 15px;
  }
  .redes {
    width: 230px;
  }
  .registro {
    display: none;
  }
  .usuarios {
    display: none;
  }
  .usuarios-listado {
    display: block;
  }
  .registro-listado {
    display: block;
  }
  #foot p,
  #foot ul {
    padding-bottom: 25px;
  }
  #foot_2 p {
    padding-bottom: 25px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #789132;
    color: #a3c448;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #body-content h1 {
    border: 0px;
  }
  #body-content h5 {
    display: none;
  }
  .navbar-brand {
    margin-left: 0px !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ccc;
  }
  .top-menu-left {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  #logo-primero img {
    width: 200px;
  }
  #logo-segundo {
    display: block;
  }
  .top-menu-left li {
    float: none !important;
    border-right: solid 0px;
    padding: 0 15px;
  }
  .redes {
    width: 230px;
  }
  .registro {
    display: none;
  }
  .usuarios {
    display: none;
  }
  .usuarios-listado {
    display: block;
  }
  .registro-listado {
    display: block;
  }
  #foot p,
  ul {
    padding-bottom: 25px;
  }
  #foot_2 p {
    padding-bottom: 25px;
  }
  #filtro .form-control {
    height: 40px;
    margin-bottom: 10px;
  }
  #filtro button {
    height: 45px;
    background-color: #789132;
    color: #a3c448;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .fondo-siluetas .main-title-box {
    width: 100%;
    text-align: center;
  }
  .fondo-siluetas .main-title-box a.main-mas-info {
    color: #363636;
    background-color: transparent;
    font-size: 20px;
    padding: 6px 10px 6px 10px;
    text-shadow: none;
    font-weight: normal !important;
  }
  .fondo-siluetas .main-title-box a.main-mas-info:hover {
    color: #4f4f4f;
    background-color: transparent;
  }
  .fondo-siluetas .main-balls-box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #body-content-ranking .imagen-fondo {
    background-image: none !important;
  }
  #body-content-ranking .top-criterio .text {
    padding-left: 25px;
  }
  .club-list-box-expansive {
    display: none;
  }
  .proximamente-box {
    background-image: none;
  }
  .proximamente-box-texto {
    max-width: 100%;
    text-align: left;
    padding: 25px 25px 25px 25px;
  }
  .step-box .form-control {
    margin-bottom: 25px;
  }
  #body-content-clubs h2 {
    text-align: left;
    font-size: 14px !important;
  }
  #body-torneo-content h2 {
    margin-bottom: -30px;
  }
  #body-torneo-content .map-box {
    margin-top: 20px;
  }
  .ranking-player {
    margin-bottom: 15px;
  }
  #foot-hidden {
    display: none;
  }
  .logged {
    float: right !important;
  }
  #perfil h1 {
    color: #2b4301;
    text-align: left;
    padding: 15px 0 15px 0 !important;
  }
  h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
  }
  .torneo h2 {
    text-align: left;
    padding-bottom: 0;
  }
  .margin-negativo {
    margin-top: 0px !important;
  }
  .zona-foto-perfil {
    border: solid 8px #eaeaea;
    margin-bottom: 25px;
  }
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
  #body-content-listado h2 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .main-title-box {
    padding: 0px 50px 0px 50px;
  }
  .navbar-header {
    margin-bottom: 15px;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: 15px;
    background-color: #0d003b3c;
    border: 1px solid #6EDE29;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #6EDE29;
    background-color: #0D003B;
  }
  #slide {
    height: auto;
    background-image: url("../images/slide/bg-slider-4-d.jpg");
    padding-bottom: 25px;
  }
  #slide .textos {
    text-align: center;
    margin: 42px 0px 0px 0px;
    line-height: 25px;
  }
  #slide h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: -18px;
    text-align: center;
  }
  #slide p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: normal !important;
    border-bottom: none;
  }
  #slide .store {
    margin-top: -15px;
    text-align: center;
  }
  #slide .store span {
    display: none;
  }
  #slide .store img {
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
  }
  .confirmar .btn-default {
    width: 100%;
  }
  .confirmar .btn-danger {
    width: 100%;
    margin-bottom: 10px !important;
  }
  #body-torneo-content h1,
  #body-torneo-content h2 {
    text-align: center !important;
  }
  #body-content-clubs .details {
    width: auto !important;
  }
  #body-content-ranking .ranking-box {
    width: 50%;
    float: left;
  }
  .fondo-siluetas {
    display: none;
  }
  #club-perfil .menu {
    margin-left: 25px;
  }
  #club-perfil .menu .navbar-nav {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #club-perfil .menu .editar-perfil {
    margin-top: 20px;
  }
  #new-perfil .navbar-left {
    padding-top: 5px;
    margin-bottom: -20px;
  }
  #foot {
    display: none;
  }
  .logged {
    float: left !important;
    width: 100%;
  }
  .logged .dropdown-toggle {
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #363636;
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #363636;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4b4b4d !important;
    background-color: #eaeaea;
  }
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
  .login-link a {
    border-bottom: solid 0px;
    font-weight: normal;
  }
  .login-link a:hover {
    font-weight: normal;
    color: #767676 !important;
  }
  #new-perfil .menu {
    padding-top: 15px;
  }
  #new-perfil .menu li {
    float: none !important;
    margin-right: 10px;
    padding: 0px;
    color: #fff;
  }
  #new-perfil .nombre-jugador {
    float: none;
  }
  #new-perfil .editar-perfil {
    float: none;
  }
  .top-perfil-1 {
    display: none;
  }
  #new-perfil .player-level {
    margin-top: 0px !important;
    padding-top: 14px;
  }
  #new-perfil .editar-perfil {
    margin-top: 15px;
    float: none !important;
    width: 120px;
    margin: auto;
  }
  #new-perfil #new-perfil h1 {
    margin: 10px 0px 10px 0px;
  }
  #new-perfil .dropdown-menu li a {
    color: #a3c448;
  }
  #new-perfil .dropdown-menu li a:hover {
    background-color: transparent;
    color: #fff !important;
  }
  #new-perfil .nav .open > a,
  #new-perfil #new-perfil .nav .open > a:hover,
  #new-perfil #new-perfil .nav .open > a:focus {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #767676 !important;
    background-color: transparent;
    border-bottom: solid 0px;
    font-weight: normal;
  }
}

@media (max-width: 582px) {
  #foot_2 {
    text-align: center;
  }
  #foot_2 .text-right {
    text-align: center;
  }
  #body-content-clubs .torneo-box-content {
    width: 55%;
  }
  #body-content-clubs .services-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .horas-table {
    width: 50%;
  }
}

@media (max-width: 468px) {
  #body-content-clubs .torneo-box-content {
    width: 80%;
  }
  .torneo-box-estado {
    display: none;
  }
  .datos-jugador .info {
    width: 235px;
  }
  #filtro #buttons-filter a {
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #8bb24a;
    width: 25%;
    padding: 10px 8px 11px 8px;
    font-size: 14px;
    line-height: 30px;
  }
  #body-content-ranking .ranking-box {
    width: 100%;
    float: left;
  }
  #body-content-ranking .breadcrumb-pm-right {
    float: left;
  }
  .title-ranking {
    font-size: 12px;
  }
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
  .slide-description {
    text-align: left;
    width: 250px;
    float: none;
  }
  #buttons-filter a {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .club-list-box {
    display: none;
  }
  .down-cartel {
    display: none;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  .top-perfil-2 {
    display: none;
  }
  .fondo-siluetas-2 {
    display: none;
  }
  #inscriptions-table-cancellation {
    display: inline-table;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  #body-content h5 {
    text-align: center;
    padding: 25px 25px 45px 25px !important;
  }
}

@media (max-width: 382px) {
  #body-content-clubs .services-list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  #body-content-clubs .club-list-box-details {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .datos-jugador {
    padding-left: 15px;
  }
  .datos-jugador .foto {
    display: none;
  }
}

@font-face {
  font-family: "hody-icons";
  src: url("../fonts/hody-icons.eot");
  src: url("../fonts/hody-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/hody-icons.woff") format("woff"), url("../fonts/hody-icons.ttf") format("truetype"), url("../fonts/hody-icons.svg#hody-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="hc-"]:before,
[class*=" hc-"]:before {
  font-family: "hody-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hc-add:before {
  content: "\e000";
}

.hc-add-circle:before {
  content: "\e001";
}

.hc-alarm:before {
  content: "\e002";
}

.hc-albums:before {
  content: "\e003";
}

.hc-alert:before {
  content: "\e004";
}

.hc-american-football:before {
  content: "\e005";
}

.hc-analytics:before {
  content: "\e006";
}

.hc-aperture:before {
  content: "\e007";
}

.hc-apps:before {
  content: "\e009";
}

.hc-appstore:before {
  content: "\e00a";
}

.hc-archive:before {
  content: "\e00b";
}

.hc-arrow-dropdown:before {
  content: "\e00e";
}

.hc-arrow-dropdown-circle:before {
  content: "\e00f";
}

.hc-arrow-dropleft:before {
  content: "\e010";
}

.hc-arrow-dropleft-circle:before {
  content: "\e011";
}

.hc-arrow-dropright:before {
  content: "\e012";
}

.hc-arrow-dropright-circle:before {
  content: "\e013";
}

.hc-arrow-dropup:before {
  content: "\e014";
}

.hc-arrow-dropup-circle:before {
  content: "\e015";
}

.hc-arrow-round-back:before {
  content: "\e017";
}

.hc-arrow-round-down:before {
  content: "\e018";
}

.hc-arrow-round-forward:before {
  content: "\e019";
}

.hc-arrow-round-up:before {
  content: "\e01a";
}

.hc-at:before {
  content: "\e01c";
}

.hc-attach:before {
  content: "\e01d";
}

.hc-backspace:before {
  content: "\e01e";
}

.hc-barcode:before {
  content: "\e01f";
}

.hc-baseball:before {
  content: "\e020";
}

.hc-basket:before {
  content: "\e021";
}

.hc-basketball:before {
  content: "\e022";
}

.hc-battery-charging:before {
  content: "\e023";
}

.hc-battery-dead:before {
  content: "\e024";
}

.hc-battery-full:before {
  content: "\e025";
}

.hc-beaker:before {
  content: "\e026";
}

.hc-beer:before {
  content: "\e027";
}

.hc-bicycle:before {
  content: "\e028";
}

.hc-bluetooth:before {
  content: "\e029";
}

.hc-boat:before {
  content: "\e02a";
}

.hc-body:before {
  content: "\e02b";
}

.hc-bonfire:before {
  content: "\e02c";
}

.hc-book:before {
  content: "\e02d";
}

.hc-bookmark:before {
  content: "\e02e";
}

.hc-bookmarks:before {
  content: "\e02f";
}

.hc-bowtie:before {
  content: "\e030";
}

.hc-briefcase:before {
  content: "\e031";
}

.hc-browsers:before {
  content: "\e032";
}

.hc-brush:before {
  content: "\e033";
}

.hc-bug:before {
  content: "\e034";
}

.hc-build:before {
  content: "\e035";
}

.hc-bulb:before {
  content: "\e036";
}

.hc-bus:before {
  content: "\e037";
}

.hc-cafe:before {
  content: "\e038";
}

.hc-calculator:before {
  content: "\e039";
}

.hc-calendar:before {
  content: "\e03a";
}

.hc-call:before {
  content: "\e03b";
}

.hc-camera:before {
  content: "\e03c";
}

.hc-car:before {
  content: "\e03d";
}

.hc-card:before {
  content: "\e03e";
}

.hc-cart:before {
  content: "\e03f";
}

.hc-cash:before {
  content: "\e040";
}

.hc-chatboxes:before {
  content: "\e041";
}

.hc-chatbubbles:before {
  content: "\e042";
}

.hc-checkbox:before {
  content: "\e043";
}

.hc-checkmark:before {
  content: "\e044";
}

.hc-checkmark-circle:before {
  content: "\e045";
}

.hc-clipboard:before {
  content: "\e046";
}

.hc-clock:before {
  content: "\e047";
}

.hc-close:before {
  content: "\e048";
}

.hc-close-circle:before {
  content: "\e049";
}

.hc-closed-captioning:before {
  content: "\e04a";
}

.hc-cloud:before {
  content: "\e04b";
}

.hc-cloud-circle:before {
  content: "\e04c";
}

.hc-cloud-done:before {
  content: "\e04d";
}

.hc-cloud-download:before {
  content: "\e04e";
}

.hc-cloud-upload:before {
  content: "\e04f";
}

.hc-cloudy:before {
  content: "\e050";
}

.hc-cloudy-night:before {
  content: "\e051";
}

.hc-code:before {
  content: "\e052";
}

.hc-code-download:before {
  content: "\e053";
}

.hc-code-working:before {
  content: "\e054";
}

.hc-cog:before {
  content: "\e055";
}

.hc-color-fill:before {
  content: "\e056";
}

.hc-color-filter:before {
  content: "\e057";
}

.hc-color-palette:before {
  content: "\e058";
}

.hc-color-wand:before {
  content: "\e059";
}

.hc-compass:before {
  content: "\e05a";
}

.hc-construct:before {
  content: "\e05b";
}

.hc-contact:before {
  content: "\e05c";
}

.hc-contacts:before {
  content: "\e05d";
}

.hc-contract:before {
  content: "\e05e";
}

.hc-contrast:before {
  content: "\e05f";
}

.hc-copy:before {
  content: "\e060";
}

.hc-create:before {
  content: "\e061";
}

.hc-crop:before {
  content: "\e062";
}

.hc-cube:before {
  content: "\e063";
}

.hc-cut:before {
  content: "\e064";
}

.hc-desktop:before {
  content: "\e065";
}

.hc-disc:before {
  content: "\e066";
}

.hc-document:before {
  content: "\e067";
}

.hc-done-all:before {
  content: "\e068";
}

.hc-download:before {
  content: "\e069";
}

.hc-easel:before {
  content: "\e06c";
}

.hc-egg:before {
  content: "\e06d";
}

.hc-euro:before {
  content: "\e06e";
}

.hc-exit:before {
  content: "\e06f";
}

.hc-expand:before {
  content: "\e070";
}

.hc-eye:before {
  content: "\e071";
}

.hc-eye-off:before {
  content: "\e072";
}

.hc-fastforward:before {
  content: "\e073";
}

.hc-female:before {
  content: "\e074";
}

.hc-filing:before {
  content: "\e075";
}

.hc-film:before {
  content: "\e076";
}

.hc-finger-print:before {
  content: "\e077";
}

.hc-flag:before {
  content: "\e078";
}

.hc-flame:before {
  content: "\e079";
}

.hc-flash:before {
  content: "\e07a";
}

.hc-flask:before {
  content: "\e07b";
}

.hc-flower:before {
  content: "\e07c";
}

.hc-folder:before {
  content: "\e07d";
}

.hc-folder-open:before {
  content: "\e07e";
}

.hc-football:before {
  content: "\e07f";
}

.hc-funnel:before {
  content: "\e080";
}

.hc-game-controller-a:before {
  content: "\e081";
}

.hc-game-controller-b:before {
  content: "\e082";
}

.hc-git-branch:before {
  content: "\e083";
}

.hc-git-commit:before {
  content: "\e084";
}

.hc-git-compare:before {
  content: "\e085";
}

.hc-git-merge:before {
  content: "\e086";
}

.hc-git-network:before {
  content: "\e087";
}

.hc-git-pull-request:before {
  content: "\e088";
}

.hc-glasses:before {
  content: "\e089";
}

.hc-globe:before {
  content: "\e08a";
}

.hc-grid:before {
  content: "\e08b";
}

.hc-hammer:before {
  content: "\e08c";
}

.hc-hand:before {
  content: "\e08d";
}

.hc-happy:before {
  content: "\e08e";
}

.hc-headset:before {
  content: "\e08f";
}

.hc-heart:before {
  content: "\e090";
}

.hc-help:before {
  content: "\e091";
}

.hc-help-buoy:before {
  content: "\e092";
}

.hc-help-circle:before {
  content: "\e093";
}

.hc-home:before {
  content: "\e094";
}

.hc-ice-cream:before {
  content: "\e095";
}

.hc-image:before {
  content: "\e096";
}

.hc-images:before {
  content: "\e097";
}

.hc-infinite:before {
  content: "\e098";
}

.hc-informatcircle:before {
  content: "\e099";
}

.hc-information:before {
  content: "\e09a";
}

.hc-ionic:before {
  content: "\e09b";
}

.hc-ionitron:before {
  content: "\e09c";
}

.hc-jet:before {
  content: "\e09d";
}

.hc-key:before {
  content: "\e09e";
}

.hc-keypad:before {
  content: "\e09f";
}

.hc-laptop:before {
  content: "\e0a0";
}

.hc-leaf:before {
  content: "\e0a1";
}

.hc-link:before {
  content: "\e0a2";
}

.hc-list:before {
  content: "\e0a3";
}

.hc-list-box:before {
  content: "\e0a4";
}

.hc-locate:before {
  content: "\e0a5";
}

.hc-lock:before {
  content: "\e0a6";
}

.hc-log-in:before {
  content: "\e0a7";
}

.hc-log-out:before {
  content: "\e0a8";
}

.hc-magnet:before {
  content: "\e0a9";
}

.hc-mail:before {
  content: "\e0aa";
}

.hc-mail-open:before {
  content: "\e0ab";
}

.hc-male:before {
  content: "\e0ac";
}

.hc-man:before {
  content: "\e0ad";
}

.hc-map:before {
  content: "\e0ae";
}

.hc-medal:before {
  content: "\e0af";
}

.hc-medical:before {
  content: "\e0b0";
}

.hc-medkit:before {
  content: "\e0b1";
}

.hc-megaphone:before {
  content: "\e0b2";
}

.hc-menu:before {
  content: "\e0b3";
}

.hc-mic:before {
  content: "\e0b4";
}

.hc-mic-off:before {
  content: "\e0b5";
}

.hc-microphone:before {
  content: "\e0b6";
}

.hc-moon:before {
  content: "\e0b7";
}

.hc-more:before {
  content: "\e0b8";
}

.hc-move:before {
  content: "\e0b9";
}

.hc-musical-note:before {
  content: "\e0ba";
}

.hc-musical-notes:before {
  content: "\e0bb";
}

.hc-navigate:before {
  content: "\e0bc";
}

.hc-no-smoking:before {
  content: "\e0bd";
}

.hc-nodejs:before {
  content: "\e0be";
}

.hc-notifications:before {
  content: "\e0bf";
}

.hc-notifications-off:before {
  content: "\e0c0";
}

.hc-nuclear:before {
  content: "\e0c1";
}

.hc-nutrition:before {
  content: "\e0c2";
}

.hc-open:before {
  content: "\e0c3";
}

.hc-options:before {
  content: "\e0c4";
}

.hc-outlet:before {
  content: "\e0c5";
}

.hc-paper:before {
  content: "\e0c6";
}

.hc-paper-plane:before {
  content: "\e0c7";
}

.hc-partly-sunny:before {
  content: "\e0c8";
}

.hc-pause:before {
  content: "\e0c9";
}

.hc-paw:before {
  content: "\e0ca";
}

.hc-people:before {
  content: "\e0cb";
}

.hc-person:before {
  content: "\e0cc";
}

.hc-person-add:before {
  content: "\e0cd";
}

.hc-phone-landscape:before {
  content: "\e0ce";
}

.hc-phone-portrait:before {
  content: "\e0cf";
}

.hc-photos:before {
  content: "\e0d0";
}

.hc-pie:before {
  content: "\e0d1";
}

.hc-pin:before {
  content: "\e0d2";
}

.hc-pint:before {
  content: "\e0d3";
}

.hc-pizza:before {
  content: "\e0d4";
}

.hc-plane:before {
  content: "\e0d5";
}

.hc-planet:before {
  content: "\e0d6";
}

.hc-play-alt:before {
  content: "\e0d7";
}

.hc-podium:before {
  content: "\e0d8";
}

.hc-power:before {
  content: "\e0d9";
}

.hc-pricetag:before {
  content: "\e0da";
}

.hc-pricetags:before {
  content: "\e0db";
}

.hc-print:before {
  content: "\e0dc";
}

.hc-pulse:before {
  content: "\e0dd";
}

.hc-qr-scanner:before {
  content: "\e0de";
}

.hc-quote:before {
  content: "\e0df";
}

.hc-radio:before {
  content: "\e0e0";
}

.hc-radio-button-off:before {
  content: "\e0e1";
}

.hc-radio-button-on:before {
  content: "\e0e2";
}

.hc-rainy:before {
  content: "\e0e3";
}

.hc-recording:before {
  content: "\e0e4";
}

.hc-reddit:before {
  content: "\e0e5";
}

.hc-redo:before {
  content: "\e0e6";
}

.hc-refresh:before {
  content: "\e0e7";
}

.hc-refresh-circle:before {
  content: "\e0e8";
}

.hc-remove:before {
  content: "\e0e9";
}

.hc-remove-circle:before {
  content: "\e0ea";
}

.hc-reorder:before {
  content: "\e0eb";
}

.hc-repeat:before {
  content: "\e0ec";
}

.hc-resize:before {
  content: "\e0ed";
}

.hc-restaurant:before {
  content: "\e0ee";
}

.hc-return-left:before {
  content: "\e0ef";
}

.hc-return-right:before {
  content: "\e0f0";
}

.hc-reverse-camera:before {
  content: "\e0f1";
}

.hc-rewind:before {
  content: "\e0f2";
}

.hc-ribbon:before {
  content: "\e0f3";
}

.hc-rose:before {
  content: "\e0f4";
}

.hc-rss:before {
  content: "\e0f5";
}

.hc-sad:before {
  content: "\e0f6";
}

.hc-sass:before {
  content: "\e0f7";
}

.hc-school:before {
  content: "\e0f8";
}

.hc-search:before {
  content: "\e0f9";
}

.hc-send:before {
  content: "\e0fa";
}

.hc-settings:before {
  content: "\e0fb";
}

.hc-share:before {
  content: "\e0fc";
}

.hc-share-alt:before {
  content: "\e0fd";
}

.hc-shirt:before {
  content: "\e0fe";
}

.hc-shopping-bag:before {
  content: "\e0ff";
}

.hc-shuffle:before {
  content: "\e100";
}

.hc-skip-backward:before {
  content: "\e101";
}

.hc-skip-forward:before {
  content: "\e102";
}

.hc-snow:before {
  content: "\e103";
}

.hc-speedometer:before {
  content: "\e104";
}

.hc-square:before {
  content: "\e105";
}

.hc-star:before {
  content: "\e106";
}

.hc-stats:before {
  content: "\e109";
}

.hc-stopwatch:before {
  content: "\e10a";
}

.hc-subway:before {
  content: "\e10b";
}

.hc-sunny:before {
  content: "\e10c";
}

.hc-swap:before {
  content: "\e10d";
}

.hc-switch:before {
  content: "\e10e";
}

.hc-sync:before {
  content: "\e10f";
}

.hc-tablet-landscape:before {
  content: "\e110";
}

.hc-tablet-portrait:before {
  content: "\e111";
}

.hc-tennisball:before {
  content: "\e112";
}

.hc-text:before {
  content: "\e113";
}

.hc-thermometer:before {
  content: "\e114";
}

.hc-thumbs-down:before {
  content: "\e115";
}

.hc-thumbs-up:before {
  content: "\e116";
}

.hc-thunderstorm:before {
  content: "\e117";
}

.hc-time:before {
  content: "\e118";
}

.hc-timer:before {
  content: "\e119";
}

.hc-train:before {
  content: "\e11a";
}

.hc-transgender:before {
  content: "\e11b";
}

.hc-trash:before {
  content: "\e11c";
}

.hc-trending-down:before {
  content: "\e11d";
}

.hc-trending-up:before {
  content: "\e11e";
}

.hc-trophy:before {
  content: "\e11f";
}

.hc-umbrella:before {
  content: "\e120";
}

.hc-undo:before {
  content: "\e121";
}

.hc-unlock:before {
  content: "\e122";
}

.hc-usd:before {
  content: "\e123";
}

.hc-videocam:before {
  content: "\e124";
}

.hc-volume-down:before {
  content: "\e125";
}

.hc-volume-mute:before {
  content: "\e126";
}

.hc-volume-off:before {
  content: "\e127";
}

.hc-volume-up:before {
  content: "\e128";
}

.hc-walk:before {
  content: "\e129";
}

.hc-warning:before {
  content: "\e12a";
}

.hc-watch:before {
  content: "\e12b";
}

.hc-water:before {
  content: "\e12c";
}

.hc-wifi:before {
  content: "\e12d";
}

.hc-wine:before {
  content: "\e12e";
}

.hc-woman:before {
  content: "\e12f";
}

.hc-accelerator:before {
  content: "\e00c";
}

.hc-alarm-alt:before {
  content: "\e00d";
}

.hc-anchor:before {
  content: "\e016";
}

.hc-anticlockwise:before {
  content: "\e01b";
}

.hc-archive-alt:before {
  content: "\e107";
}

.hc-archive-full:before {
  content: "\e108";
}

.hc-arrow-down:before {
  content: "\e131";
}

.hc-arrow-left:before {
  content: "\e132";
}

.hc-arrow-right:before {
  content: "\e133";
}

.hc-arrow-up:before {
  content: "\e134";
}

.hc-bag:before {
  content: "\e135";
}

.hc-bag-check:before {
  content: "\e136";
}

.hc-bag-cloud:before {
  content: "\e137";
}

.hc-bag-download:before {
  content: "\e138";
}

.hc-bag-minus:before {
  content: "\e139";
}

.hc-bag-plus:before {
  content: "\e13a";
}

.hc-bag-refresh:before {
  content: "\e13b";
}

.hc-bag-remove:before {
  content: "\e13c";
}

.hc-bag-search:before {
  content: "\e13d";
}

.hc-bag-upload:before {
  content: "\e13e";
}

.hc-ban:before {
  content: "\e13f";
}

.hc-banknote:before {
  content: "\e140";
}

.hc-banknotes:before {
  content: "\e141";
}

.hc-basket-alt:before {
  content: "\e142";
}

.hc-basket-check:before {
  content: "\e143";
}

.hc-basket-cloud:before {
  content: "\e144";
}

.hc-basket-download:before {
  content: "\e145";
}

.hc-basket-minus:before {
  content: "\e146";
}

.hc-basket-plus:before {
  content: "\e147";
}

.hc-basket-refresh:before {
  content: "\e148";
}

.hc-basket-remove:before {
  content: "\e149";
}

.hc-basket-search:before {
  content: "\e14a";
}

.hc-basket-upload:before {
  content: "\e14b";
}

.hc-bath:before {
  content: "\e14c";
}

.hc-battery-charge:before {
  content: "\e14d";
}

.hc-battery-empty:before {
  content: "\e14e";
}

.hc-battery-full-alt:before {
  content: "\e14f";
}

.hc-battery-half:before {
  content: "\e150";
}

.hc-beginning-button:before {
  content: "\e151";
}

.hc-bell:before {
  content: "\e152";
}

.hc-bolt:before {
  content: "\e153";
}

.hc-book-alt:before {
  content: "\e154";
}

.hc-book-pen:before {
  content: "\e155";
}

.hc-book-pencil:before {
  content: "\e156";
}

.hc-bookmark-alt:before {
  content: "\e157";
}

.hc-calculator-alt:before {
  content: "\e158";
}

.hc-calendar-alt:before {
  content: "\e159";
}

.hc-cards-diamonds:before {
  content: "\e15a";
}

.hc-cards-hearts:before {
  content: "\e15b";
}

.hc-cart-alt:before {
  content: "\e15c";
}

.hc-cart-check:before {
  content: "\e15d";
}

.hc-cart-cloud:before {
  content: "\e15e";
}

.hc-cart-content:before {
  content: "\e15f";
}

.hc-cart-download:before {
  content: "\e160";
}

.hc-cart-minus:before {
  content: "\e161";
}

.hc-cart-plus:before {
  content: "\e162";
}

.hc-cart-refresh:before {
  content: "\e163";
}

.hc-cart-remove:before {
  content: "\e164";
}

.hc-cart-search:before {
  content: "\e165";
}

.hc-cart-upload:before {
  content: "\e166";
}

.hc-case:before {
  content: "\e167";
}

.hc-cd:before {
  content: "\e168";
}

.hc-cent:before {
  content: "\e169";
}

.hc-chronometer:before {
  content: "\e16a";
}

.hc-clessidre:before {
  content: "\e16b";
}

.hc-clock-alt:before {
  content: "\e16c";
}

.hc-clockwise:before {
  content: "\e16d";
}

.hc-cloud-alt:before {
  content: "\e16e";
}

.hc-clubs:before {
  content: "\e16f";
}

.hc-colon:before {
  content: "\e170";
}

.hc-compass-alt:before {
  content: "\e171";
}

.hc-creditcard:before {
  content: "\e172";
}

.hc-cup:before {
  content: "\e173";
}

.hc-diamond:before {
  content: "\e174";
}

.hc-diamonds:before {
  content: "\e175";
}

.hc-diapason:before {
  content: "\e176";
}

.hc-display:before {
  content: "\e177";
}

.hc-dollar:before {
  content: "\e178";
}

.hc-download-alt:before {
  content: "\e179";
}

.hc-eject-button:before {
  content: "\e17a";
}

.hc-end-button:before {
  content: "\e17b";
}

.hc-euro-alt:before {
  content: "\e17c";
}

.hc-exclamation:before {
  content: "\e17d";
}

.hc-eye-alt:before {
  content: "\e17e";
}

.hc-eye-closed:before {
  content: "\e17f";
}

.hc-fastforward-button:before {
  content: "\e180";
}

.hc-female-alt:before {
  content: "\e181";
}

.hc-flag-alt:before {
  content: "\e183";
}

.hc-floppydisk:before {
  content: "\e184";
}

.hc-folder-alt:before {
  content: "\e185";
}

.hc-folder-multiple:before {
  content: "\e186";
}

.hc-franc:before {
  content: "\e187";
}

.hc-gear:before {
  content: "\e188";
}

.hc-geolocalize:before {
  content: "\e189";
}

.hc-geolocalize-alt:before {
  content: "\e18a";
}

.hc-gift:before {
  content: "\e18b";
}

.hc-globe-alt:before {
  content: "\e18c";
}

.hc-graph:before {
  content: "\e18d";
}

.hc-graph-2:before {
  content: "\e18e";
}

.hc-graph-3:before {
  content: "\e18f";
}

.hc-graph-decrease:before {
  content: "\e190";
}

.hc-graph-increase:before {
  content: "\e191";
}

.hc-guarani:before {
  content: "\e192";
}

.hc-gunsight:before {
  content: "\e193";
}

.hc-hammer-alt:before {
  content: "\e194";
}

.hc-headphones:before {
  content: "\e195";
}

.hc-headset-alt:before {
  content: "\e196";
}

.hc-heart-alt:before {
  content: "\e197";
}

.hc-heart-broken:before {
  content: "\e198";
}

.hc-helm:before {
  content: "\e199";
}

.hc-home-alt:before {
  content: "\e19a";
}

.hc-info:before {
  content: "\e19b";
}

.hc-ipod:before {
  content: "\e19c";
}

.hc-joypad:before {
  content: "\e19d";
}

.hc-key-alt:before {
  content: "\e19e";
}

.hc-keyboard:before {
  content: "\e19f";
}

.hc-kips:before {
  content: "\e1a0";
}

.hc-laptop-alt:before {
  content: "\e1a1";
}

.hc-layers:before {
  content: "\e1a2";
}

.hc-layers-alt:before {
  content: "\e1a3";
}

.hc-life-buoy:before {
  content: "\e1a4";
}

.hc-lightbulb:before {
  content: "\e1a5";
}

.hc-link-alt:before {
  content: "\e1a6";
}

.hc-lira:before {
  content: "\e1a7";
}

.hc-lock-alt:before {
  content: "\e1a8";
}

.hc-lock-open:before {
  content: "\e1a9";
}

.hc-loudspeaker:before {
  content: "\e1aa";
}

.hc-magic-mouse:before {
  content: "\e1ab";
}

.hc-magnifier:before {
  content: "\e1ac";
}

.hc-magnifier-minus:before {
  content: "\e1ad";
}

.hc-magnifier-plus:before {
  content: "\e1ae";
}

.hc-mail-alt:before {
  content: "\e1af";
}

.hc-mail-multiple:before {
  content: "\e1b0";
}

.hc-mail-open-alt:before {
  content: "\e1b1";
}

.hc-mail-open-text:before {
  content: "\e1b2";
}

.hc-male-alt:before {
  content: "\e1b3";
}

.hc-map-alt:before {
  content: "\e1b4";
}

.hc-megaphone-alt:before {
  content: "\e1b5";
}

.hc-message:before {
  content: "\e1b6";
}

.hc-message-multiple:before {
  content: "\e1b7";
}

.hc-message-txt:before {
  content: "\e1b8";
}

.hc-microphone-alt:before {
  content: "\e1b9";
}

.hc-microphone-old:before {
  content: "\e1ba";
}

.hc-mixer-alt:before {
  content: "\e1bb";
}

.hc-money:before {
  content: "\e1bc";
}

.hc-mouse:before {
  content: "\e1bd";
}

.hc-mute:before {
  content: "\e1be";
}

.hc-naira:before {
  content: "\e1bf";
}

.hc-note-multiple:before {
  content: "\e1c0";
}

.hc-note-single:before {
  content: "\e1c1";
}

.hc-notebook:before {
  content: "\e1c2";
}

.hc-notebook-pen:before {
  content: "\e1c3";
}

.hc-notebook-pencil:before {
  content: "\e1c4";
}

.hc-paperplane:before {
  content: "\e1c5";
}

.hc-pause-button:before {
  content: "\e1c6";
}

.hc-pencil-ruler:before {
  content: "\e1c7";
}

.hc-pencil-ruler-pen:before {
  content: "\e1c8";
}

.hc-pesos:before {
  content: "\e1c9";
}

.hc-photo:before {
  content: "\e1ca";
}

.hc-picture:before {
  content: "\e1cb";
}

.hc-picture-multiple:before {
  content: "\e1cc";
}

.hc-pin-alt-2:before {
  content: "\e1cd";
}

.hc-pin-alt:before {
  content: "\e1ce";
}

.hc-play-button:before {
  content: "\e1cf";
}

.hc-playlist:before {
  content: "\e1d0";
}

.hc-postcard:before {
  content: "\e1d1";
}

.hc-postcard-multiple:before {
  content: "\e1d2";
}

.hc-pound:before {
  content: "\e1d3";
}

.hc-printer:before {
  content: "\e1d4";
}

.hc-question:before {
  content: "\e1d5";
}

.hc-radio-ghettoblaster:before {
  content: "\e1d6";
}

.hc-radio-portable:before {
  content: "\e1d7";
}

.hc-receipt:before {
  content: "\e1d8";
}

.hc-receipt-bath:before {
  content: "\e1d9";
}

.hc-receipt-cent:before {
  content: "\e1da";
}

.hc-receipt-dollar:before {
  content: "\e1db";
}

.hc-receipt-euro:before {
  content: "\e1dc";
}

.hc-receipt-franc:before {
  content: "\e1dd";
}

.hc-receipt-guarani:before {
  content: "\e1de";
}

.hc-receipt-kips:before {
  content: "\e1df";
}

.hc-receipt-lira:before {
  content: "\e1e0";
}

.hc-receipt-naira:before {
  content: "\e1e1";
}

.hc-receipt-pesos:before {
  content: "\e1e2";
}

.hc-receipt-pound:before {
  content: "\e1e3";
}

.hc-receipt-rublo:before {
  content: "\e1e4";
}

.hc-receipt-rupee:before {
  content: "\e1e5";
}

.hc-receipt-tugrik:before {
  content: "\e1e6";
}

.hc-receipt-won:before {
  content: "\e1e7";
}

.hc-receipt-yen:before {
  content: "\e1e8";
}

.hc-receipt-yen-alt:before {
  content: "\e1e9";
}

.hc-recept-colon:before {
  content: "\e1ea";
}

.hc-record:before {
  content: "\e1eb";
}

.hc-recordplayer:before {
  content: "\e1ec";
}

.hc-repeat-button:before {
  content: "\e1ed";
}

.hc-rewind-button:before {
  content: "\e1ee";
}

.hc-rss-alt:before {
  content: "\e1ef";
}

.hc-rublo:before {
  content: "\e1f0";
}

.hc-rupee:before {
  content: "\e1f1";
}

.hc-safe:before {
  content: "\e1f2";
}

.hc-sale:before {
  content: "\e1f3";
}

.hc-sales:before {
  content: "\e1f4";
}

.hc-server:before {
  content: "\e1f5";
}

.hc-server-alt:before {
  content: "\e1f6";
}

.hc-server-cloud:before {
  content: "\e1f7";
}

.hc-server-download:before {
  content: "\e1f8";
}

.hc-server-upload:before {
  content: "\e1f9";
}

.hc-settings-alt:before {
  content: "\e1fa";
}

.hc-share-alt-2:before {
  content: "\e1fb";
}

.hc-sheet:before {
  content: "\e1fc";
}

.hc-sheet-multiple:before {
  content: "\e1fd";
}

.hc-sheet-pen:before {
  content: "\e1fe";
}

.hc-sheet-pencil:before {
  content: "\e1ff";
}

.hc-shuffle-button:before {
  content: "\e200";
}

.hc-signs:before {
  content: "\e201";
}

.hc-smartphone:before {
  content: "\e202";
}

.hc-spades:before {
  content: "\e203";
}

.hc-spread:before {
  content: "\e204";
}

.hc-spread-bookmark:before {
  content: "\e205";
}

.hc-spread-text:before {
  content: "\e206";
}

.hc-spread-text-bookmark:before {
  content: "\e207";
}

.hc-stop-button:before {
  content: "\e209";
}

.hc-tablet:before {
  content: "\e20a";
}

.hc-tape:before {
  content: "\e20b";
}

.hc-target:before {
  content: "\e20c";
}

.hc-ticket:before {
  content: "\e20d";
}

.hc-todo:before {
  content: "\e20e";
}

.hc-todo-pen:before {
  content: "\e20f";
}

.hc-todo-pencil:before {
  content: "\e210";
}

.hc-todo-txt:before {
  content: "\e211";
}

.hc-todolist-pen:before {
  content: "\e212";
}

.hc-todolist-pencil:before {
  content: "\e213";
}

.hc-trashcan:before {
  content: "\e214";
}

.hc-trashcan-full:before {
  content: "\e215";
}

.hc-trashcan-refresh:before {
  content: "\e216";
}

.hc-trashcan-remove:before {
  content: "\e217";
}

.hc-tugriks:before {
  content: "\e218";
}

.hc-upload:before {
  content: "\e219";
}

.hc-usb:before {
  content: "\e21a";
}

.hc-video:before {
  content: "\e21b";
}

.hc-volume-down-alt:before {
  content: "\e21c";
}

.hc-wallet:before {
  content: "\e21d";
}

.hc-watch-alt:before {
  content: "\e21e";
}

.hc-webpage:before {
  content: "\e21f";
}

.hc-webpage-img-txt:before {
  content: "\e220";
}

.hc-webpage-multiple:before {
  content: "\e221";
}

.hc-webpage-txt:before {
  content: "\e222";
}

.hc-won:before {
  content: "\e223";
}

.hc-world:before {
  content: "\e224";
}

.hc-yen:before {
  content: "\e225";
}

.hc-yen-alt:before {
  content: "\e226";
}

.hc-play:before {
  content: "\e227";
}

.hc-vine:before {
  content: "\e228";
}

.hc-paypal:before {
  content: "\e229";
}

.hc-stackoverflow:before {
  content: "\e22a";
}

.hc-airbnb:before {
  content: "\e22b";
}

.hc-periscope:before {
  content: "\e22c";
}

.hc-tripadvisor:before {
  content: "\e22d";
}

.hc-disqus:before {
  content: "\e22e";
}

.hc-vk:before {
  content: "\e22f";
}

.hc-whatsapp:before {
  content: "\e230";
}

.hc-patreon:before {
  content: "\e231";
}

.hc-blogger:before {
  content: "\e232";
}

.hc-dribbble:before {
  content: "\e233";
}

.hc-stumbleupon:before {
  content: "\e234";
}

.hc-digg:before {
  content: "\e235";
}

.hc-envato:before {
  content: "\e236";
}

.hc-behance:before {
  content: "\e237";
}

.hc-google-play:before {
  content: "\e238";
}

.hc-wikipedia:before {
  content: "\e239";
}

.hc-apple:before {
  content: "\e23a";
}

.hc-github:before {
  content: "\e23b";
}

.hc-steam:before {
  content: "\e23c";
}

.hc-xbox:before {
  content: "\e23d";
}

.hc-meetup:before {
  content: "\e23e";
}

.hc-playstation:before {
  content: "\e23f";
}

.hc-android:before {
  content: "\e240";
}

.hc-snapchat:before {
  content: "\e241";
}

.hc-twitter:before {
  content: "\e242";
}

.hc-facebook:before {
  content: "\e243";
}

.hc-google-plus:before {
  content: "\e244";
}

.hc-pinterest:before {
  content: "\e245";
}

.hc-foursquare:before {
  content: "\e246";
}

.hc-yahoo:before {
  content: "\e247";
}

.hc-skype:before {
  content: "\e248";
}

.hc-linkedin:before {
  content: "\e249";
}

.hc-xing:before {
  content: "\e24a";
}

.hc-myspace:before {
  content: "\e24b";
}

.hc-soundcloud:before {
  content: "\e24c";
}

.hc-spotify:before {
  content: "\e24d";
}

.hc-youtube:before {
  content: "\e24e";
}

.hc-lastfm:before {
  content: "\e24f";
}

.hc-vimeo:before {
  content: "\e250";
}

.hc-flickr:before {
  content: "\e251";
}

.hc-500px:before {
  content: "\e252";
}

.hc-wordpress:before {
  content: "\e253";
}

.hc-tumblr:before {
  content: "\e254";
}

.hc-twitch:before {
  content: "\e255";
}

.hc-amazon:before {
  content: "\e256";
}

.hc-angellist:before {
  content: "\e257";
}

.hc-ebay:before {
  content: "\e258";
}

.hc-imdb:before {
  content: "\e259";
}

.hc-google:before {
  content: "\e25a";
}

.hc-medium:before {
  content: "\e25b";
}

.hc-instagram:before {
  content: "\e25c";
}

.hc-lyft:before {
  content: "\e25d";
}

.hc-uber:before {
  content: "\e25e";
}

.hc-quora:before {
  content: "\e25f";
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .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--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .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--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#filtro #buttons-filter.buttons-filter-97 a {
  color: #fff;
}

#filtro #buttons-filter.buttons-filter-97 {
  width: 100%;
}

#filtro #buttons-filter.buttons-filter-97 a {
  font-weight: 300;
  color: #fff;
  width: 100%;
}

#filtro #buttons-filter.buttons-filter-97 a.active {
  background-color: #337ab7;
}

#filtro button:hover,
#filtro #buttons-filter.buttons-filter-97 a:hover {
  background-color: #0D003B;
  color: white;
  border-color: white;
}

.page-container {
  position: relative;
  min-height: 100vh;
  background-color: #f8f8f8;
}

/* .page-container {
  padding-bottom: 41.5rem;
} */
.footer-wrapper {
  /* position: absolute; */
  width: 100%;
  bottom: 0;
}

.loading {
  z-index: 20;
  position: fixed;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 114, 114, 0.4);
}

.loading-content {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #85d641;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: calc(50% - 75px);
  animation: spin 2s linear infinite;
}

.text-container {
  margin-top: 10%;
  text-align: center;
  font-size: 24px;
  padding-bottom: 50px;
}

.spinner-content {
  background-color: white;
  border-radius: 15px;
  border: 1px solid transparent;
  height: 350px;
  margin-top: 8%;
  margin-left: 40%;
  margin-right: 40%;
  box-shadow: 20px 20px 35px -20px rgba(0, 0, 0, 0.61);
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
