@charset "UTF-8";
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
* {
  outline: none;
}

h1, h2, h3, h4, h5, h6, h7, button, input[type=submit], .btn {
  font-family: "Roboto Condensed", "Calibri", "Arial", "Helvetica", "Verdana", sans-serif;
}

a {
  cursor: pointer;
}

.label {
  display: inline-block;
}

.thumbnail h3, .thumbnail h4 {
  margin: 0.2em 0;
}

.highlight {
  background: orange;
  color: white;
}

.badge {
  padding: 4px 7px;
  font-weight: normal;
}
.badge.badge-primary {
  background-color: rgb(51, 122, 183);
}
.badge.badge-success {
  background-color: rgb(92, 184, 92);
}
.badge.badge-info {
  background-color: rgb(91, 192, 222);
}
.badge.badge-warning {
  background-color: rgb(240, 173, 78);
}
.badge.badge-danger {
  background-color: rgb(217, 83, 79);
}
.badge.badge-white {
  background-color: white;
  color: #333;
  box-shadow: inset 3px 1px 3px #ccc;
}
.badge.badge-black {
  background-color: #333;
}

.modal-header .close {
  padding: 9px 15px;
  margin: -12px -13px;
}

ul.pagination {
  margin: 0;
}
ul.pagination li a {
  color: #333;
}

.dropdown-menu {
  -webkit-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.3);
}
.progress {
  display: block;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.progress > .progress-bar {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  min-width: 1.7em;
  text-align: left;
  padding-left: 0.5em;
  min-height: 100%;
}

@media (max-width: 767px) {
  .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4 {
    margin: 2px auto;
  }
  .jumbotron p {
    font-size: 16px;
  }
}
.dark-mode .panel {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .form-control {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
  border-color: #373737;
}
.dark-mode .form-control:hover {
  background-color: #181818;
}
.dark-mode .btn.btn-default {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .btn.btn-default:hover {
  background-color: #181818;
}
.dark-mode ul.pagination li a {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode ul.pagination li a:hover {
  background-color: #181818;
}
.dark-mode .list-group .list-group-item {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .list-group .list-group-item:hover {
  background-color: #181818;
}
.dark-mode .jumbotron {
  background-color: #181818;
}
.dark-mode .thumbnail {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .thumbnail .caption {
  color: #ddd;
}
.dark-mode .modal-content {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .modal-content .modal-header, .dark-mode .modal-content .modal-footer {
  border-color: #373737;
}
.dark-mode .close {
  color: #ddd;
  opacity: 0.8;
}
.dark-mode .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #181818;
}
.dark-mode a.list-group-item .list-group-item-heading {
  color: #ddd;
}
.dark-mode .dropdown-menu {
  background-color: #202020;
  border-color: #333333;
  color: #ddd;
}
.dark-mode .dropdown-menu a {
  color: #ddd;
}
.dark-mode .dropdown-menu a:hover, .dark-mode .dropdown-menu a:focus {
  background-color: #202020;
}
.dark-mode .dropdown-menu .divider {
  background-color: #333333;
}
.dark-mode hr {
  border-top-color: #333333;
}
.dark-mode .table > tbody > tr > td, .dark-mode .table > tbody > tr > th, .dark-mode .table > thead > tr > td, .dark-mode .table > thead > tr > th, .dark-mode .table > tfoot > tr > td, .dark-mode .table > tfoot > tr > th {
  border-top-color: #373737;
}

main.container, main.container-fluid {
  background: white;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  padding-bottom: 15px;
}
main.container:before, main.container-fluid:before {
  content: "";
  display: block;
  height: 85px;
}

footer.footer {
  text-align: center;
  padding: 12px;
  font-size: 0.9em;
  background-color: #333;
  color: #ccc;
}
footer.footer a {
  display: inline-block;
  padding: 3px 4px;
  color: #ddd;
  text-decoration: underline;
}
footer.footer a:hover {
  color: #eee;
  text-decoration: none;
}
footer.footer p {
  padding: 0;
  margin: 0;
}
footer.footer .footer-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.footer .footer-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.dark-mode footer.footer {
  background-color: #181818;
}

.noisy {
  background-color: #333;
  background-image: url("../bg/noisy.png");
}

.dark-mode .noisy {
  background-color: #181818;
}

.textured {
  background-color: #333;
  background-image: url("../bg/textured.png");
}

.lobby-slider > *:not(:first-child) {
  display: none;
}

.overflow-wrapper {
  overflow-x: scroll;
  position: relative;
}
.overflow-wrapper > div {
  white-space: nowrap;
}

body.walking-ants .nest, .walking-ants.nest {
  border-style: dashed;
  border-color: black;
  -moz-border-image: url(../bg/placeholder.gif) 1 repeat;
  -webkit-border-image: url(../bg/placeholder.gif) 1 repeat;
  -o-border-image: url(../bg/placeholder.gif) 1 repeat;
  border-image: url(../bg/placeholder.gif) 1 repeat;
}

.nest {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card .table {
  margin: 0;
}

.help-block {
  color: #888;
  font-size: 0.9em;
}

.btn {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.btn:not(a):not(button):not(label):not(input) {
  cursor: default;
}
.btn.btn-transparent, .btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus, .btn.btn-transparent:focus:active {
  background: none;
  border: none !important;
  box-shadow: none;
}
.btn.btn-default {
  border-color: rgba(0, 0, 0, 0.15);
}
.btn.btn-primary {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn.btn-responsive {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .btn.btn-responsive {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .btn.btn-responsive {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .btn.btn-responsive {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}

.dark-mode .btn .icon.invert {
  filter: invert(1);
}

.btn .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 7px;
}

.caret.caret-xs {
  margin: 11px 0 7px;
}

.dots {
  display: inline-block;
  margin: 15px auto;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.dots > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 500px;
  margin: 0 5px;
}
.dots.loading > span {
  animation: dot-shine 1.5s infinite;
}
.dots.loading > span:nth-child(1) {
  animation-delay: 0.3s;
}
.dots.loading > span:nth-child(2) {
  animation-delay: 0.6s;
}
.dots.loading > span:nth-child(3) {
  animation-delay: 0.9s;
}
.dots.loading > span:nth-child(4) {
  animation-delay: 1.2s;
}
.dots.loading > span:nth-child(5) {
  animation-delay: 1.5s;
}

@keyframes dot-shine {
  0% {
    background: silver;
  }
  100% {
    background: white;
  }
}
.dots {
  border: none !important;
  padding: 2px;
  border-radius: 50px;
  background: #999;
  position: relative;
  display: block;
  overflow: initial;
}
.dots:before, .dots:after {
  content: "";
  display: block;
  padding: 2px;
  border-radius: 50px;
  background: #999;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  left: 0;
}
.dots:before {
  top: -6px;
}
.dots:after {
  top: 6px;
}

.btn .dots {
  margin: 5px !important;
}

.alert {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.alert [data-notify=progressbar] {
  background: transparent !important;
  height: 2px !important;
  border-radius: none !important;
}
.alert [data-notify=title] {
  display: block;
}
.alert a, .alert a.alert-link {
  color: #fff;
}
.alert.alert-info {
  color: #fff;
  background-color: #92c1e9;
  border-color: #85bae6;
}
.alert.alert-danger {
  color: #fff;
  background-color: #ff585d;
  border-color: #ff494e;
}
.alert.alert-warning {
  color: #fff;
  background-color: #efbe7d;
  border-color: #edb76f;
}
.alert.alert-success {
  color: #fff;
  background-color: #71cc98;
  border-color: #66c890;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
.form a:focus, .form a:active:focus {
  outline: 1px dotted;
}

select.form-control:not([multiple]) {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='401.998px' height='401.998px' viewBox='0 0 401.998 401.998' xml:space='preserve' fill='%23666'%3E%3Cg%3E%3Cpath d='M73.092,164.452h255.813c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.427-7.898,5.427-12.847 c0-4.949-1.813-9.229-5.427-12.85L213.846,5.424C210.232,1.812,205.951,0,200.999,0s-9.233,1.812-12.85,5.424L60.242,133.331 c-3.617,3.617-5.424,7.901-5.424,12.85c0,4.948,1.807,9.231,5.424,12.847C63.863,162.645,68.144,164.452,73.092,164.452z'/%3E%3Cpath d='M328.905,237.549H73.092c-4.952,0-9.233,1.808-12.85,5.421c-3.617,3.617-5.424,7.898-5.424,12.847 c0,4.949,1.807,9.233,5.424,12.848L188.149,396.57c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428l127.907-127.906 c3.613-3.614,5.427-7.898,5.427-12.848c0-4.948-1.813-9.229-5.427-12.847C338.139,239.353,333.854,237.549,328.905,237.549z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right 10px;
  background-size: auto 30%;
  background-repeat: no-repeat;
}
select.input-sm {
  line-height: initial;
}

textarea {
  resize: vertical;
  margin-bottom: 0.5em;
}

label {
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control .coded {
  font-family: "Consolas", "Courier new";
}

.form-disabled {
  filter: grayscale(1) blur(1px);
  -webkit-filter: grayscale(1) blur(1px);
}

.disabled {
  cursor: not-allowed;
  background-color: #eee;
}

.help-block {
  display: block;
}

.help-block-ajax:empty,
.form-group:empty {
  display: none;
}

.has-error .form-control:focus,
.has-warning .form-control:focus,
.has-success .form-control:focus,
.has-info .form-control:focus {
  box-shadow: unset;
}

.form-group-sm, .input-group-sm {
  font-size: 12px;
}

.form-group-lg, .input-group-lg {
  font-size: 18px;
}

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

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

.form-horizontal-all .control-label {
  padding-top: 7px;
  margin-bottom: 0;
}

.rich-textarea {
  overflow: auto;
  text-align: initial;
  height: auto;
  min-height: 34px;
}

.input-range {
  white-space: nowrap;
}
.input-range > *, .input-range > input[type=range] {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 7px;
}
.input-range > input[type=range] {
  width: 80%;
}

.label.label-white {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

label.list-group-item {
  font-weight: normal;
  cursor: pointer;
  font: inherit;
  color: #555;
  position: relative;
}
label.list-group-item:hover {
  background-color: #f5f5f5;
}
label.list-group-item input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.select-group {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.select-group .select {
  display: table-cell;
  vertical-align: top;
}
.select-group .select .form-control {
  border-radius: 0px;
}
.select-group .select:first-of-type .form-control {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.select-group .select:last-of-type .form-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mobile-checkbox, .mobile-checkbox *, .mobile-checkbox *:before, .mobile-checkbox *:after {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-checkbox > input[type=checkbox] {
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
  position: absolute;
}
.mobile-checkbox > label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 7px;
  font-size: 12px;
  line-height: 16px;
  width: 45px;
  height: 2em;
  border-radius: 500px;
  background: #f8f8f8;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em #e6e6e6;
  color: #666;
}
.mobile-checkbox > label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 2em;
  width: 2em;
  border-radius: 100%;
  left: 0px;
  background: white;
  box-shadow: 0 0 0 2px rgba(200, 200, 200, 0.8);
}
.mobile-checkbox > label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  left: 100%;
  line-height: 2em;
  padding: 0 1em;
  white-space: nowrap;
}
.mobile-checkbox > input[type=checkbox]:checked + label {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em #8fd400;
}
.mobile-checkbox > input[type=checkbox]:checked + label:before {
  left: calc(100% - 2em);
}
.mobile-checkbox > input[type=checkbox]:checked + label:after {
  content: attr(data-on);
}
.mobile-checkbox > label.lg {
  font-size: 22px;
}
.mobile-checkbox > label.off-female {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em #f18cd2;
}
.mobile-checkbox > input[type=checkbox]:checked + .mobile-checkbox > label.on-male {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em #00c4df;
}

.mobile-radio input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.mobile-radio label:first-of-type {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.mobile-radio label:last-of-type {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.mobile-radio input[type=radio]:checked + label {
  color: white;
  background: #337ab7;
}

.stylish-checkbox {
  position: relative;
}
.stylish-checkbox input[type=checkbox] {
  width: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;
  visibility: 0;
}
.stylish-checkbox input[type=checkbox]:checked + label:before {
  background-color: rgb(51, 122, 183);
  border-color: rgb(51, 122, 183);
  color: white;
}
.stylish-checkbox input[type=checkbox]:checked + label:hover:before {
  background-color: #285f8f;
  border-color: #285f8f;
}
.stylish-checkbox input[type=checkbox]:focus + label::before, .stylish-checkbox input[type=checkbox]:focus:checked + label:before {
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}
.stylish-checkbox label {
  cursor: pointer;
  color: #666;
  font-weight: normal;
}
.stylish-checkbox label:before {
  content: "✓";
  text-align: center !important;
  display: inline-block;
  font-size: 1.1em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  margin: -1px 4px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.22em;
  vertical-align: middle;
  transition: all 0.05s;
  color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0px 0px rgb(51, 122, 183);
}
.stylish-checkbox label:hover {
  color: #444;
}
.stylish-checkbox label:hover:before {
  border-color: rgba(0, 0, 0, 0.65);
}

.floating-label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.floating-label select.form-control + label {
  cursor: default;
}
.floating-label label {
  transition: all 0.3s;
  position: absolute;
  z-index: 10;
  cursor: text;
  left: 0;
  top: 0;
  font-size: 0.8em;
  font-weight: normal;
  padding: 2px 12px;
  color: #999;
}
.floating-label select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.floating-label .form-control {
  height: auto;
  padding: 13px 12px 5px;
}
.floating-label .form-control::placeholder {
  transition: all 0.3s;
  opacity: 0;
}
.floating-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.floating-label .form-control:placeholder-shown:not(:focus) + label {
  font-size: 1em;
  font-weight: normal;
  padding: 9px 12px;
}
.floating-label .btn {
  height: auto !important;
  padding: 13px 16px !important;
}

.form-group-lg .floating-label label,
.floating-label .input-group-lg label {
  padding: 3px 16px;
  font-size: 0.7em;
}
.form-group-lg .floating-label .form-control,
.floating-label .input-group-lg .form-control {
  padding: 17px 16px 9px;
}
.form-group-lg .floating-label .form-control:placeholder-shown:not(:focus) + label,
.floating-label .input-group-lg .form-control:placeholder-shown:not(:focus) + label {
  padding: 13px 16px;
}

.form-group-sm .floating-label label,
.floating-label .input-group-sm label {
  padding: 0px 10px;
}
.form-group-sm .floating-label .form-control,
.floating-label .input-group-sm .form-control {
  padding: 11px 10px 5px;
}
.form-group-sm .floating-label .form-control:placeholder-shown:not(:focus) + label,
.floating-label .input-group-sm .form-control:placeholder-shown:not(:focus) + label {
  padding: 8px 10px;
}

.maxlength-checkout {
  position: relative;
}
.maxlength-checkout:before {
  display: none;
  content: attr(data-left);
  position: absolute;
  right: 0;
  top: 0;
  margin: 3px 7px;
  font-size: 12px;
  color: #999;
  background-color: white;
  z-index: 4;
}
.maxlength-checkout textarea {
  padding-right: 20px;
}
.maxlength-checkout .maxlength-checkout-label {
  display: none;
}
.maxlength-checkout.display:before, .maxlength-checkout.display .maxlength-checkout-label {
  display: block;
}
.maxlength-checkout.danger:before {
  color: #c66;
}
.maxlength-checkout.scrollbar:before {
  margin-right: 24px;
}

.dark-mode .floating-label label {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, #202020 50%);
}

.form-control.sm {
  max-width: 80px;
}
.form-control.md {
  max-width: 150px;
}
.form-control.lg {
  max-width: 300px;
}
.form-control.xl {
  max-width: 600px;
}

.table, .table td, .table tr, .table th {
  border-color: rgba(0, 0, 0, 0.1);
}
.table.table-white {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.table.col-1-full td:nth-child(1), .table.col-2-full td:nth-child(2), .table.col-3-full td:nth-child(3), .table.col-4-full td:nth-child(4) {
  width: 100% !important;
}
.table.col-1-left td:nth-child(1), .table.col-2-left td:nth-child(2), .table.col-3-left td:nth-child(3), .table.col-4-left td:nth-child(4) {
  text-align: left;
}
.table thead tr th.full,
.table thead tr td.full,
.table tfoot tr th.full,
.table tfoot tr td.full,
.table tbody tr th.full,
.table tbody tr td.full {
  width: 100%;
}
.table .table-clear {
  border: none !important;
  padding: 0 !important;
  border-collapse: collapse;
  vertical-align: middle !important;
}
.table .table-clear thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table .table-clear thead tr th {
  font-size: 1.5em;
  text-align: center;
  color: #333;
}
.table .table-clear tbody tr th {
  padding: 2px;
}
.table .table-clear tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) { /* XS */
  .table-compressed {
    margin: 0;
  }
  .table-compressed > tbody > tr > th, .table-compressed > tbody > tr > td {
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  .table-compressed > tbody > tr > td > .bar {
    margin: 0;
    width: 150px;
  }
  .table-compressed.th-right th {
    text-align: right;
  }
}
.panel.panel-black {
  border-color: #333;
}
.panel.panel-black .panel-heading {
  background-color: #222;
  background-image: url("../bg/noisy.png");
  color: #fff;
}
.panel.panel-black .panel-heading:before {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.panel.panel-black .panel-heading a {
  color: #fff;
}
.panel.panel-black .list-group {
  min-height: 34px;
}
.panel.panel-black .list-group .list-group-item {
  cursor: default;
}
.panel.panel-black .table {
  background: white;
}
.panel.panel-cristal {
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
  border-radius: 0;
}
.panel.panel-cristal .panel-heading {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #333;
}
.panel.panel-cristal .panel-heading a {
  display: block;
  padding: 5px;
  color: #222 !important;
}
.panel.panel-cristal .panel-heading a:hover, .panel.panel-cristal .panel-heading a:focus, .panel.panel-cristal .panel-heading a:active {
  text-decoration: none;
  color: #222;
}
.panel.panel-cristal .panel-heading .text-muted {
  color: rgba(0, 0, 0, 0.5);
}
.panel.panel-cristal .panel-body {
  padding: 7px;
  border-radius: 0;
  text-align: left;
  background: transparent;
}
.panel.panel-accordion .panel-heading {
  display: table;
  width: 100%;
}
.panel.panel-accordion .panel-heading a {
  display: table-cell;
  width: 100%;
}
.panel.panel-accordion .panel-heading .opener {
  display: table-cell;
  padding: 7px 10px;
}
.panel.panel-accordion .panel-heading .opener.open .caret {
  border-top: 0;
  border-bottom: 4px solid;
}
.panel.panel-accordion .panel-body {
  display: none;
}

@media (min-width: 768px) {
  .panel.panel-cristal {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .panel.panel-cristal .panel-heading a {
    padding: 7px;
  }
  .panel.panel-accordion .panel-heading .opener {
    display: none;
  }
  .panel.panel-accordion .panel-body {
    display: block;
  }
}
ul.breadcrumb li.active > a {
  color: #777;
}

.breadcrumb-special {
  display: block;
  position: relative;
  padding: 1px;
  font-weight: 100;
  font-size: 13px;
  font-family: "Roboto Condensed", "Calibri", "Arial", "Helvetica", "Verdana", sans-serif;
  text-align: left;
  border-radius: 3px;
  overflow: hidden;
  margin: 12px 0;
  z-index: 1;
}
.breadcrumb-special ul.breadcrumb {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 2px;
  background: transparent;
}
.breadcrumb-special ul.breadcrumb li {
  display: inline-block;
  float: left;
}
.breadcrumb-special ul.breadcrumb li:before, .breadcrumb-special ul.breadcrumb li:after {
  content: "";
  display: none;
}
.breadcrumb-special ul.breadcrumb li:first-child a {
  padding-left: 17px;
}
.breadcrumb-special ul.breadcrumb li a {
  display: block;
  padding: 4px 17px 4px 27px;
  text-decoration: none;
  color: #fff;
  position: relative;
  background: #C92626;
  line-height: 30px;
  outline: none;
  min-height: 38px;
  color: white !important;
}
.breadcrumb-special ul.breadcrumb li a:after, .breadcrumb-special ul.breadcrumb li a:before {
  content: "" !important;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
.breadcrumb-special ul.breadcrumb li a:after {
  z-index: 2;
  border-left-color: #C92626;
}
.breadcrumb-special ul.breadcrumb li a:before {
  border-left-color: rgba(255, 255, 255, 0.7);
  right: -1em;
  z-index: 1;
}
.breadcrumb-special ul.breadcrumb li a:hover, .breadcrumb-special ul.breadcrumb li.active a {
  background: #af2121;
  color: white;
}
.breadcrumb-special ul.breadcrumb li a:hover:after, .breadcrumb-special ul.breadcrumb li.active a:after {
  border-left-color: #af2121;
}

.breadcrumb-arrow ul.breadcrumb {
  margin-bottom: 20px;
  padding: 2px 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  margin: 7px 0;
}
.breadcrumb-arrow ul.breadcrumb li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumb-arrow ul.breadcrumb li:before {
  content: "»";
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
}
.breadcrumb-arrow ul.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb-arrow ul.breadcrumb li a {
  padding: 5px 2px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 0.9em;
  background: none !important;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 0px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.block {
  display: block;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.fixed {
  /*position: fixed;*/
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed.fixed-bottom,
.absolute.bottom {
  bottom: 0;
}

.fixed.fixed-top,
.absolute.top {
  top: 0;
}

.fixed.fixed-left,
.absolute.left {
  left: 0;
}

.fixed.fixed-right,
.absolute.right {
  right: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: right;
}

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

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

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

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

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.full-width, .full {
  width: 100%;
}

.nowidth {
  width: 0px;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
}

.word-break-all {
  word-break: break-all;
}

.word-break-word {
  word-break: break-word;
}

.layout-fixed {
  table-layout: fixed;
}

.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

.ajax_loader {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
  border-radius: 500px;
  animation: rotate 1s linear infinite;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.ajax_loader:after {
  content: "";
  position: relative;
  display: block;
  margin: 1px;
  width: 30px;
  height: 30px;
  border: inherit;
  border-radius: inherit;
  animation: rotate_reverse 0.5s linear infinite;
}
.ajax_loader.sm {
  width: 30px;
  height: 30px;
}
.ajax_loader.sm:after {
  width: 20px;
  height: 20px;
}
.ajax_loader.xl {
  width: 150px;
  height: 150px;
  border-width: 17px;
}
.ajax_loader.xl:after {
  width: 115px;
  height: 115px;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate_reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.arrow-list {
  text-align: left;
  padding: 10px;
}
.arrow-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrow-list ul:not(:first-child) {
  list-style: "»";
  margin: 0 0 0 15px;
  padding: 0;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
.corresponsive {
  display: none;
}
.corresponsive.active {
  display: block;
}
.corresponsive .corresponsive-navigation {
  display: block;
}

.corresponsive-tabs-container {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 12px 3px;
}
.corresponsive-tabs-container .corresponsive-tabs {
  display: block;
  list-style: none;
  padding: 0 15px 0;
  position: relative;
  margin: 0;
}
.corresponsive-tabs-container .corresponsive-tabs li {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.corresponsive-tabs-container .corresponsive-tabs li a {
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 8px 9px;
  color: #666;
}
.corresponsive-tabs-container .corresponsive-tabs li a:after {
  content: "";
  border-bottom: 2px solid transparent;
  display: block;
  width: 50%;
  margin: 7px auto;
}
.corresponsive-tabs-container .corresponsive-tabs li a:hover, .corresponsive-tabs-container .corresponsive-tabs li a:active, .corresponsive-tabs-container .corresponsive-tabs li a:focus, .corresponsive-tabs-container .corresponsive-tabs li a:active:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}
.corresponsive-tabs-container .corresponsive-tabs li a:hover:after {
  border-bottom-color: #9fc4e4;
}
.corresponsive-tabs-container .corresponsive-tabs li.active a {
  cursor: default;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.corresponsive-tabs-container .corresponsive-tabs li.active a:after {
  border-bottom-color: #337ab7;
}
.corresponsive-tabs-container .corresponsive-tabs li.active a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .corresponsive {
    display: block;
  }
  .corresponsive-navigation {
    display: none;
  }
  .corresponsive-tabs > li > a {
    padding: 10px 15px;
  }
}
.nav-tabs.nav-tabs-mobile li a {
  padding: 12px 3px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs.nav-tabs-mobile li a:hover {
  border: none;
  border-bottom: 2px solid transparent;
  background: rgba(0, 0, 0, 0.1);
}
.nav-tabs.nav-tabs-mobile li.active a {
  border-bottom-color: red;
}
.nav-tabs.nav-tabs-mobile li.active a:focus, .nav-tabs.nav-tabs-mobile li.active a:hover {
  border: none;
  background: rgba(0, 0, 0, 0.15);
  border-bottom-color: red;
}

.dark-mode .corresponsive-tabs-container .corresponsive-tabs li.active a {
  color: rgb(170, 170, 170);
}
.dark-mode .corresponsive-tabs-container .corresponsive-tabs li a {
  color: #ddd;
}

#wrap {
  overflow: hidden;
}

.corresponsive {
  user-select: none;
}

.corresponsive.grabbing {
  cursor: grabbing;
}

.corresponsive:not(.grabbing) {
  transition: 0.1s;
}

@media (max-width: 768px) {
  .corresponsive:not(.active) {
    display: none;
  }
}
@keyframes hide {
  to {
    display: none;
  }
}
/* Animación para fadeIn */
@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Animación para fadeOut */
@keyframes fadeOutAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lobby-widget {
  overflow: hidden;
  margin: 0px 0 25px;
}
.lobby-widget h3 {
  padding: 7px 12px;
  margin: 0;
  color: #555;
  font-size: 1.6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.lobby-widget .lobby-widget-body {
  margin: 15px 2px;
  overflow: hidden;
}
.lobby-widget .lobby-widget-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lobby-widget .list-group.border-left .list-group-item {
  border-left: 3px solid #337ab7;
}
.lobby-widget .list-group.border-left .list-group-item:hover {
  border-left: 3px solid #285f8f;
}

@media (min-width: 992px) {
  .lobby-widget h3 {
    padding: 7px 12px;
  }
}
.dark-mode .lobby-widget h3 {
  border-bottom-color: #333333;
  color: #ddd;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  margin: 3px;
}
.icon.icon-xxs {
  width: 8px;
  height: 8px;
}
.icon.icon-xs {
  width: 16px;
  height: 16px;
}
.icon.icon-12 {
  width: 12px;
  height: 12px;
}
.icon.icon-20 {
  width: 20px;
  height: 20px;
}
.icon.icon-sm {
  width: 24px;
  height: 24px;
}
.icon.icon-md {
  width: 32px;
  height: 32px;
}
.icon.icon-lg {
  width: 64px;
  height: 64px;
}
.icon.icon-xl {
  width: 128px;
  height: 128px;
}
.icon.icon-custom {
  width: 20px;
  height: 20px;
}
.icon.invert {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.icon.icon-semi {
  opacity: 0.5;
}
.icon.opaque {
  opacity: 1;
}

.btn:hover .icon {
  opacity: 0.9;
}
.btn:hover .icon-semi {
  opacity: 0.7;
}
.btn .btn-icon {
  width: 10px !important;
  height: 10px !important;
}

.input-group .btn .icon {
  margin: 0;
}

.emoji {
  width: 24px;
  height: 24px;
  margin: 2px 5px;
}

.dark-mode .icon {
  opacity: 0.85;
}
.dark-mode .icon:not(.invert) {
  filter: invert(1);
}
.dark-mode .icon.invert {
  filter: invert(0);
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
.pable {
  display: table;
  width: 100%;
}
.pable .pow {
  display: table-row;
}
.pable .pow.block-xs, .pable .pow.block-xs .pal {
  display: block;
}
.pable .pal {
  display: table-cell;
  vertical-align: top;
  padding: 0px 3px;
  float: none;
}
.pable .pal.full {
  width: 100%;
}
.pable.middle .pal, .pable.pable-middle .pal,
.pable .pal.middle,
.pable .pow.middle {
  vertical-align: middle;
}
.pable.top, .pable.top .pal,
.pable .pal.top .pow.top {
  vertical-align: top;
}
.pable.bottom, .pable.bottom .pal,
.pable .pal.bottom .pow.bottom {
  vertical-align: bottom;
}
.pable .pal.pal-1-2 {
  width: 50%;
}
.pable .pal.pal-2-2 {
  width: 100%;
}
.pable .pal.pal-1-3 {
  width: 33.3333333333%;
}
.pable .pal.pal-2-3 {
  width: 66.6666666667%;
}
.pable .pal.pal-3-3 {
  width: 100%;
}
.pable .pal.pal-1-4 {
  width: 25%;
}
.pable .pal.pal-2-4 {
  width: 50%;
}
.pable .pal.pal-3-4 {
  width: 75%;
}
.pable .pal.pal-4-4 {
  width: 100%;
}
.pable .pal.pal-1-5 {
  width: 20%;
}
.pable .pal.pal-2-5 {
  width: 40%;
}
.pable .pal.pal-3-5 {
  width: 60%;
}
.pable .pal.pal-4-5 {
  width: 80%;
}
.pable .pal.pal-5-5 {
  width: 100%;
}
.pable .pal.pal-1-6 {
  width: 16.6666666667%;
}
.pable .pal.pal-2-6 {
  width: 33.3333333333%;
}
.pable .pal.pal-3-6 {
  width: 50%;
}
.pable .pal.pal-4-6 {
  width: 66.6666666667%;
}
.pable .pal.pal-5-6 {
  width: 83.3333333333%;
}
.pable .pal.pal-6-6 {
  width: 100%;
}
.pable .pal.pal-1-8 {
  width: 12.5%;
}
.pable .pal.pal-2-8 {
  width: 25%;
}
.pable .pal.pal-3-8 {
  width: 37.5%;
}
.pable .pal.pal-4-8 {
  width: 50%;
}
.pable .pal.pal-5-8 {
  width: 62.5%;
}
.pable .pal.pal-6-8 {
  width: 75%;
}
.pable .pal.pal-7-8 {
  width: 87.5%;
}
.pable .pal.pal-8-8 {
  width: 100%;
}
.pable .pal.pal-1-10 {
  width: 10%;
}
.pable .pal.pal-2-10 {
  width: 20%;
}
.pable .pal.pal-3-10 {
  width: 30%;
}
.pable .pal.pal-4-10 {
  width: 40%;
}
.pable .pal.pal-5-10 {
  width: 50%;
}
.pable .pal.pal-6-10 {
  width: 60%;
}
.pable .pal.pal-7-10 {
  width: 70%;
}
.pable .pal.pal-8-10 {
  width: 80%;
}
.pable .pal.pal-9-10 {
  width: 90%;
}
.pable .pal.pal-10-10 {
  width: 100%;
}
.pable .pal.pal-1-12 {
  width: 8.3333333333%;
}
.pable .pal.pal-2-12 {
  width: 16.6666666667%;
}
.pable .pal.pal-3-12 {
  width: 25%;
}
.pable .pal.pal-4-12 {
  width: 33.3333333333%;
}
.pable .pal.pal-5-12 {
  width: 41.6666666667%;
}
.pable .pal.pal-6-12 {
  width: 50%;
}
.pable .pal.pal-7-12 {
  width: 58.3333333333%;
}
.pable .pal.pal-8-12 {
  width: 66.6666666667%;
}
.pable .pal.pal-9-12 {
  width: 75%;
}
.pable .pal.pal-10-12 {
  width: 83.3333333333%;
}
.pable .pal.pal-11-12 {
  width: 91.6666666667%;
}
.pable .pal.pal-12-12 {
  width: 100%;
}

@media (max-width: 767px) { /* XS only */
  .pable.block-xs, .pable.block-xs .pal {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pable.block-sm, .pable.block-xs .pal {
    display: block;
  }
}
@media (min-width: 768px) {
  .pable.block-xs {
    display: table;
  }
  .pable.block-xs .pow {
    display: table-row;
  }
  .pable.block-xs .pow .pal {
    display: table-cell;
  }
}
.-table {
  display: block;
}
.-table .-cell {
  padding: 12px;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}
.-table .-cell ul {
  padding: 0 0 0 18px;
  margin: 0;
}

@media (min-width: 768px) {
  .-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
  }
  .-table .-row {
    display: table-row;
  }
  .-table .-row:not(:last-of-type) .-cell {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .-table .-cell {
    display: table-cell;
    width: 50%;
    font-size: 1.1em;
    padding: 25px 35px;
    margin: 5px;
  }
  .-table .-cell:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.sortable {
  width: 100%;
  max-width: 100%;
  table-layout: initial;
}
.sortable tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sortable th {
  text-transform: uppercase;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #aaaaaa 50%, #8b8b8b 51%);
  background: #333;
  color: #fff;
  text-align: center;
}
.sortable th:last-child {
  border-right: none;
}
.sortable td {
  background: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.sortable #sorttable_sortrevind,
.sortable #sorttable_sortfwdind {
  position: absolute;
  z-index: 1;
  margin-left: -7px;
}

body.underpin-open {
  overflow: hidden;
  margin-right: 17px;
}

.underpin-layer {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 9999;
}
.underpin-layer .underpin-table {
  display: table;
  height: 100%;
  width: 100%;
}
.underpin-layer .underpin-table .underpin-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.underpin-layer .underpin-table .underpin-cell .underpin-content {
  display: inline-block;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 15px;
  min-width: 300px;
  max-width: 600px;
  text-align: left;
}

body.drifter-open {
  overflow: hidden;
}

.drifter-container {
  animation-timing-function: linear;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.drifter-container, .drifter-container * {
  overscroll-behavior: none;
  -ms-scroll-chaining: none;
}
.drifter-container.open {
  display: block;
}
.drifter-container .drifter {
  display: flex;
  flex-direction: column;
  background-color: #333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: initial;
  white-space: initial;
  font-size: 1em;
  color: #eee;
  padding: 3px;
  border-radius: 3px;
  margin: 10px;
  height: calc(100% - 20px);
}
.drifter-container .drifter > * {
  transition: unset;
}
.drifter-container .drifter .drifter-header {
  padding: 5px;
  font-size: 1.1em;
}
.drifter-container .drifter .drifter-header h1 {
  font-size: 1.5em;
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 3px;
  color: white;
  text-align: left;
  font-size: 1.5em;
}
.drifter-container .drifter .drifter-header h2 {
  margin: 0;
  padding: 3px;
  color: white;
  text-align: left;
  font-size: 1em;
}
.drifter-container .drifter .drifter-header a {
  color: #eee;
}
.drifter-container .drifter .drifter-header a:hover {
  color: #fff;
}
.drifter-container .drifter .drifter-body {
  flex: 1;
  overflow-y: auto;
  background: white;
  border-radius: 3px;
  height: 100%;
  color: #333;
}
.drifter-container .drifter .drifter-body .list-group-item.details {
  background: #fff;
  text-align: center;
  cursor: default;
  padding: 50px 15px;
}
.drifter-container .drifter .drifter-footer {
  padding: 5px;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .drifter-container {
    position: absolute;
    background: none;
    width: 300px;
    height: 500px;
    top: unset;
    left: unset;
    bottom: unset;
  }
  .drifter-container.left {
    left: 0;
    right: unset;
  }
  .drifter {
    margin: 0px;
    height: 100%;
  }
  body.drifter-open {
    overflow: unset;
  }
}
.dark-mode .drifter-container .drifter .drifter-body {
  background-color: #202020;
}

.mask:not(:first-of-type) {
  display: none;
}

.vanilla-layout .full {
  width: 100%;
}
.vanilla-layout .justified {
  table-layout: fixed;
}
.vanilla-layout .middle, .vanilla-layout .middle > * {
  vertical-align: middle;
}
@media (min-width: 0px) {
  .vanilla-layout.compact-xs .compact-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.compact-xs .compact-row {
    display: table-row;
  }
  .vanilla-layout.compact-xs .compact-cell {
    display: table-cell;
  }
  .vanilla-layout.compact-xs .compact-thead {
    display: table-header-group;
  }
  .vanilla-layout.compact-xs .compact-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.compact-xs .compact-tbody {
    display: table-row-group;
  }
  .vanilla-layout.compact-xs .compact-block {
    display: block;
  }
  .vanilla-layout.compact-xs .compact-inline-block {
    display: inline-block;
  }
  .vanilla-layout.compact-xs .compact-hidden {
    display: none;
  }
  .vanilla-layout.compact-xs .compact-full {
    width: 100%;
  }
  .vanilla-layout.complete-xs .complete-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.complete-xs .complete-row {
    display: table-row;
  }
  .vanilla-layout.complete-xs .complete-cell {
    display: table-cell;
  }
  .vanilla-layout.complete-xs .complete-thead {
    display: table-header-group;
  }
  .vanilla-layout.complete-xs .complete-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.complete-xs .complete-tbody {
    display: table-row-group;
  }
  .vanilla-layout.complete-xs .complete-block {
    display: block;
  }
  .vanilla-layout.complete-xs .complete-inline-block {
    display: inline-block;
  }
  .vanilla-layout.complete-xs .complete-hidden {
    display: none;
  }
  .vanilla-layout.complete-xs .complete-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .vanilla-layout.compact-sm .compact-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.compact-sm .compact-row {
    display: table-row;
  }
  .vanilla-layout.compact-sm .compact-cell {
    display: table-cell;
  }
  .vanilla-layout.compact-sm .compact-thead {
    display: table-header-group;
  }
  .vanilla-layout.compact-sm .compact-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.compact-sm .compact-tbody {
    display: table-row-group;
  }
  .vanilla-layout.compact-sm .compact-block {
    display: block;
  }
  .vanilla-layout.compact-sm .compact-inline-block {
    display: inline-block;
  }
  .vanilla-layout.compact-sm .compact-hidden {
    display: none;
  }
  .vanilla-layout.compact-sm .compact-full {
    width: 100%;
  }
  .vanilla-layout.complete-sm .complete-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.complete-sm .complete-row {
    display: table-row;
  }
  .vanilla-layout.complete-sm .complete-cell {
    display: table-cell;
  }
  .vanilla-layout.complete-sm .complete-thead {
    display: table-header-group;
  }
  .vanilla-layout.complete-sm .complete-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.complete-sm .complete-tbody {
    display: table-row-group;
  }
  .vanilla-layout.complete-sm .complete-block {
    display: block;
  }
  .vanilla-layout.complete-sm .complete-inline-block {
    display: inline-block;
  }
  .vanilla-layout.complete-sm .complete-hidden {
    display: none;
  }
  .vanilla-layout.complete-sm .complete-full {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vanilla-layout.compact-md .compact-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.compact-md .compact-row {
    display: table-row;
  }
  .vanilla-layout.compact-md .compact-cell {
    display: table-cell;
  }
  .vanilla-layout.compact-md .compact-thead {
    display: table-header-group;
  }
  .vanilla-layout.compact-md .compact-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.compact-md .compact-tbody {
    display: table-row-group;
  }
  .vanilla-layout.compact-md .compact-block {
    display: block;
  }
  .vanilla-layout.compact-md .compact-inline-block {
    display: inline-block;
  }
  .vanilla-layout.compact-md .compact-hidden {
    display: none;
  }
  .vanilla-layout.compact-md .compact-full {
    width: 100%;
  }
  .vanilla-layout.complete-md .complete-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.complete-md .complete-row {
    display: table-row;
  }
  .vanilla-layout.complete-md .complete-cell {
    display: table-cell;
  }
  .vanilla-layout.complete-md .complete-thead {
    display: table-header-group;
  }
  .vanilla-layout.complete-md .complete-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.complete-md .complete-tbody {
    display: table-row-group;
  }
  .vanilla-layout.complete-md .complete-block {
    display: block;
  }
  .vanilla-layout.complete-md .complete-inline-block {
    display: inline-block;
  }
  .vanilla-layout.complete-md .complete-hidden {
    display: none;
  }
  .vanilla-layout.complete-md .complete-full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vanilla-layout.compact-lg .compact-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.compact-lg .compact-row {
    display: table-row;
  }
  .vanilla-layout.compact-lg .compact-cell {
    display: table-cell;
  }
  .vanilla-layout.compact-lg .compact-thead {
    display: table-header-group;
  }
  .vanilla-layout.compact-lg .compact-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.compact-lg .compact-tbody {
    display: table-row-group;
  }
  .vanilla-layout.compact-lg .compact-block {
    display: block;
  }
  .vanilla-layout.compact-lg .compact-inline-block {
    display: inline-block;
  }
  .vanilla-layout.compact-lg .compact-hidden {
    display: none;
  }
  .vanilla-layout.compact-lg .compact-full {
    width: 100%;
  }
  .vanilla-layout.complete-lg .complete-table {
    display: table;
    width: 100%;
  }
  .vanilla-layout.complete-lg .complete-row {
    display: table-row;
  }
  .vanilla-layout.complete-lg .complete-cell {
    display: table-cell;
  }
  .vanilla-layout.complete-lg .complete-thead {
    display: table-header-group;
  }
  .vanilla-layout.complete-lg .complete-tfoot {
    display: table-footer-group;
  }
  .vanilla-layout.complete-lg .complete-tbody {
    display: table-row-group;
  }
  .vanilla-layout.complete-lg .complete-block {
    display: block;
  }
  .vanilla-layout.complete-lg .complete-inline-block {
    display: inline-block;
  }
  .vanilla-layout.complete-lg .complete-hidden {
    display: none;
  }
  .vanilla-layout.complete-lg .complete-full {
    width: 100%;
  }
}

nav#vanilla-navigation {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
nav#vanilla-navigation.vanilla-navigation-fixed {
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
nav#vanilla-navigation .nav-action {
  width: 100%;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  background: transparent;
  padding: 13px 4px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
  position: relative;
}
nav#vanilla-navigation .nav-action:hover, nav#vanilla-navigation .nav-action:active, nav#vanilla-navigation .nav-action:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: #666;
  text-decoration: none;
  color: #333;
}
@media (min-width: 767px) {
  nav#vanilla-navigation .nav-action {
    padding-left: 12px;
    padding-right: 12px;
  }
}
nav#vanilla-navigation .nav-action .badge {
  position: absolute;
  bottom: 0;
  right: -5px;
}
nav#vanilla-navigation #vanilla-navigation-top {
  background: white;
}
nav#vanilla-navigation #vanilla-navigation-middle {
  background: #333;
}
nav#vanilla-navigation #vanilla-navigation-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#vanilla-navigation #vanilla-navigation-middle ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#vanilla-navigation #vanilla-navigation-middle ul li a {
  display: block;
  font-size: 0.8em;
  color: #ddd;
  padding: 0.4em 0.2em;
  text-align: center;
}
nav#vanilla-navigation #vanilla-navigation-middle ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  nav#vanilla-navigation #vanilla-navigation-middle li:nth-child(1),
  nav#vanilla-navigation #vanilla-navigation-middle li:nth-child(7) {
    display: none;
  }
}
nav#vanilla-navigation #brand .nav-action {
  padding-top: 8px;
  padding-bottom: 8px;
}
nav#vanilla-navigation #brand .nav-action:hover {
  text-decoration: none;
}
nav#vanilla-navigation #brand .nav-action img.ploop {
  width: 32px;
  height: 32px;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
nav#vanilla-navigation #profile .nav-action {
  width: auto;
  min-height: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 38px;
}
nav#vanilla-navigation #profile .btn-group {
  width: 100%;
}
nav#vanilla-navigation #profile img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.dark-mode nav#vanilla-navigation #vanilla-navigation-top {
  background: #202020;
  color: #ddd;
}
.dark-mode nav#vanilla-navigation #vanilla-navigation-middle {
  background: #181818;
}
.dark-mode nav#vanilla-navigation .nav-action {
  color: #ddd;
}
.dark-mode #brand .brand-name {
  filter: invert(1);
}

.all-black .btn.btn-primary {
  background-color: #333;
  border-color: #1a1a1a;
}
.all-black .panel.panel-primary {
  border-color: #1a1a1a;
}
.all-black .panel.panel-primary .panel-heading {
  border-color: #1a1a1a;
  background-color: #333;
}
.all-black .list-group-item {
  background-color: #333;
  color: #ddd;
  border-color: #555;
}
.all-black .list-group-item:hover {
  background-color: #222;
}
.all-black .list-group-item.active, .all-black .list-group-item.active:focus, .all-black .list-group-item.active:hover {
  background-color: #222;
}

#settings, #admin {
  background: #eee;
}
#settings main, #admin main {
  min-height: 100vh;
}
#settings main:before, #admin main:before {
  height: 20px;
}
#settings h1, #admin h1 {
  padding: 0;
  margin: 0;
  font-size: 1.8em;
}
#settings h2, #admin h2 {
  font-size: 1.5em;
}
#settings .navbar, #admin .navbar {
  margin: 0;
}
#settings .navbar #account, #admin .navbar #account {
  padding: 10px;
}
#settings .navbar #account .thumby, #admin .navbar #account .thumby {
  width: 30px;
  height: 30px;
}
#settings #modules-list .thumbnail, #admin #modules-list .thumbnail {
  text-align: center;
  padding: 5px;
}
#settings #modules-list .thumbnail .thumb, #admin #modules-list .thumbnail .thumb {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #eee;
  border-radius: 5px;
}
#settings #modules-list .thumbnail h3, #admin #modules-list .thumbnail h3 {
  font-size: 1.3em;
  font-weight: bold;
}
#settings #modules-list .thumbnail .capital, #admin #modules-list .thumbnail .capital {
  font-size: 5em;
  text-align: center;
  color: #fff;
}
#settings #modules-list .col-xs-12:nth-child(20n+1) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+1) .thumbnail .capital {
  background-color: #E8C7CE;
}
#settings #modules-list .col-xs-12:nth-child(20n+2) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+2) .thumbnail .capital {
  background-color: #CBB1D6;
}
#settings #modules-list .col-xs-12:nth-child(20n+3) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+3) .thumbnail .capital {
  background-color: #BACAE6;
}
#settings #modules-list .col-xs-12:nth-child(20n+4) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+4) .thumbnail .capital {
  background-color: #C3E2D4;
}
#settings #modules-list .col-xs-12:nth-child(20n+5) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+5) .thumbnail .capital {
  background-color: #F9E2D2;
}
#settings #modules-list .col-xs-12:nth-child(20n+6) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+6) .thumbnail .capital {
  background-color: #E1D7E0;
}
#settings #modules-list .col-xs-12:nth-child(20n+7) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+7) .thumbnail .capital {
  background-color: #D8D6E4;
}
#settings #modules-list .col-xs-12:nth-child(20n+8) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+8) .thumbnail .capital {
  background-color: #F8D5C5;
}
#settings #modules-list .col-xs-12:nth-child(20n+9) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+9) .thumbnail .capital {
  background-color: #C8E9C5;
}
#settings #modules-list .col-xs-12:nth-child(20n+10) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+10) .thumbnail .capital {
  background-color: #FFD6A5;
}
#settings #modules-list .col-xs-12:nth-child(20n+11) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+11) .thumbnail .capital {
  background-color: #D1C8D7;
}
#settings #modules-list .col-xs-12:nth-child(20n+12) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+12) .thumbnail .capital {
  background-color: #C9D5EB;
}
#settings #modules-list .col-xs-12:nth-child(20n+13) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+13) .thumbnail .capital {
  background-color: #E8DED0;
}
#settings #modules-list .col-xs-12:nth-child(20n+14) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+14) .thumbnail .capital {
  background-color: #C5E5DD;
}
#settings #modules-list .col-xs-12:nth-child(20n+15) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+15) .thumbnail .capital {
  background-color: #FFD9DC;
}
#settings #modules-list .col-xs-12:nth-child(20n+16) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+16) .thumbnail .capital {
  background-color: #D1D0E3;
}
#settings #modules-list .col-xs-12:nth-child(20n+17) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+17) .thumbnail .capital {
  background-color: #D1E7F0;
}
#settings #modules-list .col-xs-12:nth-child(20n+18) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+18) .thumbnail .capital {
  background-color: #F9D6E2;
}
#settings #modules-list .col-xs-12:nth-child(20n+19) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+19) .thumbnail .capital {
  background-color: #E9CFCB;
}
#settings #modules-list .col-xs-12:nth-child(20n+20) .thumbnail .capital, #admin #modules-list .col-xs-12:nth-child(20n+20) .thumbnail .capital {
  background-color: #C3D9C6;
}
#settings #mailer .output-container, #admin #mailer .output-container {
  display: none;
}
#settings #mailer .output-container.fullscreen, #admin #mailer .output-container.fullscreen {
  display: block;
}
#settings #mailer .output-container #output, #admin #mailer .output-container #output {
  width: 100%;
  height: 100%;
  border: none;
}
#settings #mailer .output-container.fullscreen #output, #admin #mailer .output-container.fullscreen #output {
  border: 1px solid black;
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background: white;
  width: 100%;
  height: 100%;
}
#settings #mailer .top, #settings #mailer .right, #admin #mailer .top, #admin #mailer .right {
  z-index: 56;
}
#settings #mailer .top, #admin #mailer .top {
  position: fixed;
  top: 0;
}
#settings #mailer .right, #admin #mailer .right {
  position: fixed;
  right: 0;
}
#settings #statistics .progress-bar-male, #admin #statistics .progress-bar-male {
  background-color: blue;
}
#settings #statistics .progress-bar-female, #admin #statistics .progress-bar-female {
  background-color: pink;
}
#settings #statistics .panel-footer fieldset,
#settings #statistics .panel .jumbotron, #admin #statistics .panel-footer fieldset,
#admin #statistics .panel .jumbotron {
  padding: 2em 0 !important;
  margin: 0;
}
#settings #slide-menu, #admin #slide-menu {
  display: block;
}

#menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  #menu-toggle {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 5px;
    z-index: 501;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 7px;
  }
  #menu-toggle:hover {
    background-color: #444;
  }
  #menu-toggle:before, #menu-toggle:after, #menu-toggle span {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background: white;
    border-radius: 3px;
    margin: 5px 3px;
  }
  #menu-wrapper {
    display: block;
    z-index: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    position: fixed;
    transition: 0.5s;
    overflow-y: auto;
    padding: 7px 12px;
  }
  #menu-wrapper.active {
    background: black;
    height: 100%;
  }
}
#error-page {
  height: 100vh;
  min-height: 100vh;
}
#error-page .wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white;
}
#error-page .wrapper .mainy {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
#error-page .wrapper .footer {
  height: 30px;
  background: red;
  background: rgb(250, 255, 0);
  background: repeating-linear-gradient(-45deg, rgb(255, 230, 0), rgb(255, 230, 0) 25px, rgb(255, 255, 0) 25px, rgb(255, 255, 0) 50px);
}
#error-page .jumbotron {
  background: transparent;
  margin: 0;
  text-align: center;
}
#error-page .jumbotron p {
  font-size: 1.2em;
}
#error-page .jumbotron img {
  margin: 20px;
}
#error-page h1 {
  font-family: "Helvetica", sans-serif;
}
