﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;400;700&display=swap');
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-to-bottom {
    margin-top: 8px;
}

.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;
  box-sizing :inherit;
}
@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;
    min-height: 100%;
    background-color: #f2f2f2;
    font-family: 'Mulish', sans-serif;

}
h1 {
    font-size: 33px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}
h2{
    font-size: 21px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}
h3, .btn-primary, .btn-secondary, .btn-danger, th, .control-label{
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
td {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}


.footer {
    width: 100%;
    line-height: 60px;
    background: #dddddd;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 200;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
input.liquidacionfacturastextinput {
    width:80px;
}
/* Style buttons */
button.liquidacionfacturas {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */
    button.liquidacionfacturas:hover {
        background-color: RoyalBlue;
    }
.claseDelDiv {
    background-image: url('../Fotografia.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
    .claseDelDiv::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: -1;
    }

.texto1{
    color: #654595;
    font-size: 14px;
}
    .texto1:hover {
        color: #654595;
        font-weight: bold;
    }
.texto2 {
    color: #654595;
    font-size: 18px;
}
    .texto2:hover {
        color: #654595;
        font-weight: bold;
    }
.botonAzul {
    background-color: #0f2A47;
}
.cardLogin {
    border: inherit;
    background: inherit;
}
.cardRecoveryPass{
    border: inherit;
    background: inherit;
}
.cardDiv {
    border: inherit;
   
}
.cardDiv-body {
    padding: 0.5rem;
}
/*Tabla*/

.tabla_1 {
    border-bottom: #0f2a47 2px solid;
}


.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #000;
}
.inputLogin:focus {
    background-color: #fff;
}
.btnDemo {
    background: #397ec0 ;
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
    .btnDemo:hover {
        background: #BF79B1
    }

.text-Active{
    color: #397ec0;
}
.text-Inactive {
    color: #FCDF0F;
}
#Username > button {
    position: absolute ;
    top: 55%;
    right: 100px;
    display: none ;
}

#Username:hover > button {
    display: block;
}

#Username {
    cursor: pointer;
}


