﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*#B72B35;*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cf2030;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #cf2030;
  /*#0366d6;*/
  /*text-decoration: none;*/
}
.btn:hover {
  color: #cf2030;
  background-color: #52e3b9;
  border-color: #cf2030;
}
.btn-primary {
  color: #fff;
  background-color: #cf2030;
  /* #1b6ec2;*/
  border-color: #cf2030;
  /*#1861ac;*/
}
.btn-secondary {
  color: #fff;
  background-color: #9d0c1c;
  /*#6c757d;*/
  border-color: #9d0c1c;
  /*#6c757d;*/
}
/*
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgb(207, 32, 48); /*#1b6ec2;*/
/*border-color: rgb(207, 32, 48); /*#1861ac;*/
/*}
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
body {
  background-color: #c8c9c7;
  /*
    .test {
        color: #ff0000;
        border: 1px solid #000000;
    }*/
}
body header,
body main,
body > div.container {
  background-color: #ffffff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
header {
  margin: 0;
  /*margin: 15px 0 15px 0;*/
  padding: 15px 0 15px 0;
}
header .row {
  padding: 0 20px;
}
header.container {
  padding: 15px 0 15px 0;
}
header img {
  height: 60px;
}
#userWeeks {
  display: none;
}
.captain {
  font-weight: bold;
}
.not-validated,
.not-validated a {
  font-style: italic;
  color: fuchsia;
}
.not-launched .bi {
  color: #52e3b9;
}
a.not-validated {
  text-decoration: none;
}
.accordion-button .bi {
  margin-right: 10px;
}
th.hidden,
td.hidden {
  display: none;
}
nav.bni-navbar {
  background-color: #c8102e;
  color: #fff;
  /*
    .nav-item a:hover {
        color: @color-bni-complementary;
    }
        
        */
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
}
nav.bni-navbar .nav-item a,
nav.bni-navbar .nav-item button {
  color: #fff;
}
nav.bni-navbar ul {
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
nav.bni-navbar ul link.show {
  color: #fff !important;
}
nav.bni-navbar ul li.nav-item a {
  /*line-height: 40px;*/
  text-transform: uppercase;
}
nav.bni-navbar ul li.nav-item:hover {
  background-color: #000;
}
nav.bni-navbar ul ul.dropdown-menu {
  background-color: #cf2030;
  font-size: 13px;
  margin-top: 0px;
  padding: 0px;
  border-radius: 0;
}
nav.bni-navbar ul ul.dropdown-menu li:hover {
  background-color: #000;
}
h1 {
  color: #63666a;
  font: 18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
label {
  font-weight: 700;
  color: #666;
}
.table {
  --bs-table-bg: transparent;
  font: 12px Arial, Helvetica, sans-serif;
}
.table .form-control {
  font: 12px Arial, Helvetica, sans-serif;
}
.table thead tr th {
  font: 700 12px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 4px 8px;
  background-color: #cf2030;
  border-top: 1px solid #fff;
}
.table:not(caption) > * > * {
  background-color: white;
  /* Ejemplo del estilo conflictivo */
}
.table > tbody > tr td {
  color: #000;
  text-decoration: none;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}
.table > tbody > tr td i.bi {
  font-size: 14px;
}
.table > tbody td {
  padding: 4px 4px;
}
.table > tbody td .btn-group {
  border-radius: 0px;
}
.table > tbody td .btn {
  padding: 2px 8px;
  border-radius: 0px;
}
.table > tbody td.actions {
  padding-top: 0px;
  padding-bottom: 0px;
}
.table > tbody td.icon {
  padding-top: 4px;
  padding-bottom: 0px;
}
.table > tbody td.icon i.bi {
  font-size: 16px;
}
.table > tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table > tbody tr:nth-child(even) {
  background-color: #f5f7f7;
}
.table > tbody tr:hover {
  background-color: #fffad2;
}