﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #ffffff;
}

    a:hover {
        color: #e6e6e5;
    }

.btn-primary {
/*    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;*/
    color: #ffffff;
    background-color: #3047b0;
    border-color: #3e2666;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@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 .25rem .75rem rgba(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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.btn-create {
color:black;
}

.trPointer {
    cursor:pointer;
}

.list-horizontal {
    float:left;
    padding-left: 3px;
    padding-right: 3px;
}

#sortable > div {
    float: left;
}

.bc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.bc-item + .bc-item {
    padding-left: 0.5rem;
}

    .bc-item + .bc-item::before {
        float: left;
        padding-right: 0.5rem;
        color: rgba(255, 255, 255, 0.55);
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-bc-divider, "/") */;
    }

.bc-item.active {
    color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bc-item a {
    color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    text-decoration: underline;
}

#navbarText a {
    color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    /*text-decoration: underline;*/
}

.card-goal {
    padding: 0px;
}

.top-table {
    margin-bottom: 12px;
}

.SoftwareTpImagen {
    width: 70%;
    min-width: 50px;
    height: auto;
    display: block;
    object-fit: cover;
}

.logoTpImagen {
    /*margin-top: 150px;*/
    width: 25%;
    vertical-align: super;
}

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

.logoTpSwf {
    margin-top: 5%;
    width: 45%;
}

#btnLogin, #btnLoginEntraID {
    width: 100%;
}

#lnkHome, #lnkLogin {
    display: contents;
}

#H1IniciarSesion {
    font-size: 2rem;
}

#labelUsername {
    width: auto;
}

#TP2024 {
    text-align: center;
    color: #ffffff;
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #ffffff;
}

.circle {
    margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
}
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #effafe #1a2aa4;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #effafe;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #1a2aa4;
        border-radius: 20px;
        border: 3px solid #effafe;
    }

